Skip to content

Commit ce5cee1

Browse files
authored
Merge pull request #170 from Darksouls673/patch-2
Update rps.py
2 parents 005471d + c64f01a commit ce5cee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ROCK-PAPER-SCISSOR/rps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
+"paper vs scissor->scissor wins \n")
99

1010
while True:
11-
print("Enter choice \n 1. Rock \n 2. paper \n 3. scissor \n")
11+
print("Enter choice by entering the appropiate number \n 1. Rock \n 2. paper \n 3. scissor \n")
1212

1313
# take the input from user
1414
choice = int(input("User turn: "))

0 commit comments

Comments
 (0)