diff --git a/RockPaperScissors.py b/RockPaperScissors.py index b7cc796..ad76b2e 100644 --- a/RockPaperScissors.py +++ b/RockPaperScissors.py @@ -6,7 +6,7 @@ # These are the possible choices in the game, using the randint function, the computer will be a choice based on the integer it chooses -list = ['rock', 'paper', 'scissors'] +list = ['stone', 'paper', 'scissors'] # Compare var1 and computerChoice to see who wins