Skip to Content

Python

We will write a program for the same Rock-Paper-Scissors game we wrote in JavaScript earlier, this time in Python. The additional feature from the JavaScript version is that it will accept user inputs from the command line, making it an interactive game.