Skip to content

Commit 15ddb15

Browse files
Correct
1 parent 591d1da commit 15ddb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python_Project_01_rock_paper_scissior_game.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if roll1 == 1 :
2020
roll1 = "s"
2121
elif roll1 == 2:
22-
roll1 = "pr"
22+
roll1 = "p"
2323
elif roll1 == 3:
2424
roll1 = "x"
2525
user3 = input("press 's' for stone, press 'p' for paper, press 'x' for scissior")

0 commit comments

Comments
 (0)