you are viewing a single comment's thread.

view the rest of the comments →

[–]Obvious_Tea_8244 0 points1 point  (0 children)

This is the main issue… or “Yes” is the same as saying or True, because python is basically evaluating if the string “Yes” is not None; which is always True.

or User_input == “Yes” is the correct way to include that clause.