You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The users choice is validated in the 'if'-clause in line 38. Unfortunately you already print out the game_image[user_choice] in line 32, prior to any validation. So if the users does not choose between 0,1 or 2 you end up in an IndexError in line 32.
The text was updated successfully, but these errors were encountered:
The users choice is validated in the 'if'-clause in line 38. Unfortunately you already print out the game_image[user_choice] in line 32, prior to any validation. So if the users does not choose between 0,1 or 2 you end up in an IndexError in line 32.
The text was updated successfully, but these errors were encountered: