Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RockPaperScissors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down