From 9155f5910ab8b666def0461a8692f13fbe598187 Mon Sep 17 00:00:00 2001 From: Colin Chambachan Date: Sun, 25 Oct 2020 19:19:45 -0400 Subject: [PATCH] Test --- RockPaperScissors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RockPaperScissors.py b/RockPaperScissors.py index b7cc796..281f602 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 = ['rock', 'paper', 'scissorssssssssssssssssssssssssssss'] # Compare var1 and computerChoice to see who wins