A Rock Paper Scissors game with random pc answers
In today’s code we’re programming the well known game: Rock, Paper, Scissors!
It’s a very good practice as you (probably) will have to make use of if-else statements, import the “random” module into python and perhaps make use of a lists as well to make this all work as expected.
In the images below you will see the code to make this possible and also the end result in the console.