Skip to content

Instantly share code, notes, and snippets.

@sedders123
Last active March 21, 2019 08:15
Show Gist options
  • Select an option

  • Save sedders123/955a3a579874b44c138872f4dcbc1510 to your computer and use it in GitHub Desktop.

Select an option

Save sedders123/955a3a579874b44c138872f4dcbc1510 to your computer and use it in GitHub Desktop.

Rock Paper Scissors

Create a python program that takes user input of "Rock", "Paper", or "Scissors" and responds with one of the same it should also print out who won.

Now make the computer cheat. It should look at the users input and return a winning response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment