Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kurara on github.
  • I am silfide (https://keybase.io/silfide) on keybase.
  • I have a public key ASD7dRhgABHS2WQrZebAYMJlQoWSMHO-o3hSofCezACRpgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am wolftammer on github.
  • I am silfide (https://keybase.io/silfide) on keybase.
  • I have a public key ASD7dRhgABHS2WQrZebAYMJlQoWSMHO-o3hSofCezACRpgo

To claim this, I am signing this object:

@Kurara
Kurara / ex8.py
Last active February 22, 2017 10:13
# Make a two-player Rock-Paper-Scissors game. (Hint: Ask for player plays
# (using input), compare them, print out a message of congratulations to the
# winner, and ask if the players want to start a new game)
# Remember the rules:
# Rock beats scissors
# Scissors beats paper
# Paper beats rock