In this game there is a story in wich you get to choose what happenes. (There is a small problem in it, so if you know what the problem is then tell me on comments)
cha = ('A') chb = ('B')
how come these are in parenthesesi cant think how they would cause any problems but try instead
cha = 'A' chb = 'B'
never mind the above,
while True: enter_choice = input('choice: ') break
I think the problem has to do with the break statement, try removing that (at least the one on line 15).
In this game there is a story in wich you get to choose what happenes. (There is a small problem in it, so if you know what the problem is then tell me on comments)
how come these are in parentheses
i cant think how they would cause any problems but try instead
never mind the above,
I think the problem has to do with the break statement, try removing that (at least the one on line 15).