/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.

Primary LanguageJupyter Notebook

Rock-Paper-Scissors-Game-Python