Rock-paper-scissors: Difference between revisions

Content added Content deleted
Line 3,302: Line 3,302:
else: print('it's a tie!')
else: print('it's a tie!')


else: print('that's not a valid choice')</lang>
else: print("that's not a valid choice")</lang>


Output, where player always chooses Rock:
Output, where player always chooses Rock: