Skip to content

Commit

Permalink
Rock Paper Scissors Game
Browse files Browse the repository at this point in the history
  • Loading branch information
somya-kapoor authored Jul 6, 2019
1 parent 78542ac commit 45a196a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions P11_GuessingGame/Papun Charan/rock-paper-scissor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
print("Welcome to Rock Paper Scissors Game")

play = "yes"
coscore=0
myscore=0
coscore = 0
myscore = 0
while play == "yes":
comove= random.choice(options)
mymove = input("What will you choose? rock, paper or scissors: ")
Expand Down

0 comments on commit 45a196a

Please sign in to comment.