We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef7161 commit 09ffe95Copy full SHA for 09ffe95
100 Days of Code/4-day_rock-paper-scissors.py
@@ -66,3 +66,7 @@
66
print("AI wins")
67
elif aiChoice == scissors:
68
print("Tie")
69
+
70
+else:
71
+ print("Invalid input")
72
+ exit()
0 commit comments