Skip to content

Commit c504ed5

Browse files
add: rock_paper_scissor_game in CLI
CLI implemented python game.
1 parent 5d0d76d commit c504ed5

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

prime number.py

-22
This file was deleted.

rock_paper_scissor_game.py

+3
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ def game(player_choice):
4747
print("draw")
4848
elif diff == 2 or diff == 4:
4949
print("you lose!!!")
50+
51+
52+
# Also improve it

0 commit comments

Comments
 (0)