Akanksha-15-Priya / Rock-Paper-Scissors-Game-Python

To create the Rock, Paper and Scissors game with Python, we take the user’s choice and then we compare it with the computer choice which is taken from a list of choices using the random module in Python, and if the user wins then the score is increased by 1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akanksha-15-Priya/Rock-Paper-Scissors-Game-Python Stargazers