We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0d76d commit c504ed5Copy full SHA for c504ed5
prime number.py
rock_paper_scissor_game.py
@@ -47,3 +47,6 @@ def game(player_choice):
47
print("draw")
48
elif diff == 2 or diff == 4:
49
print("you lose!!!")
50
+
51
52
+# Also improve it
0 commit comments