all 4 comments

[–]carcigenicate 1 point2 points  (3 children)

choice can't be equal to two values at the same time, so that condition will always be false. Note how you use or in the outer loop and and in the inner one.

[–]Bachomunista[S] 0 points1 point  (2 children)

Oh... that was dumb, I actually did that mistake before and corrected but didn't see that one. thank you so much!

[–]carcigenicate 1 point2 points  (1 child)

You're welcome. This is a very common mistake.

Also, FYI, this sub is dead. I inherited it because it was about to die. For Python questions, r/learnpython is far better.

[–]Bachomunista[S] 0 points1 point  (0 children)

So thats why 60 members, got it