smehta2205 / Practice-Python

This repository will be a collection of solutions for programs given in various Python practice websites like practicepython.org, hackerrank etc.
5 stars 52 forks source link

Rock Paper Scissors #31

Open smehta2205 opened 5 years ago

smehta2205 commented 5 years ago

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)

kmert10 commented 5 years ago

I'll take this one.