Question: IN Python: Create a game of Rock, Paper, Scissors using import random, a while loop, and a series of if statements. The user should input

IN Python:

IN Python: Create a game of Rock, Paper, Scissors using import random,

Create a game of Rock, Paper, Scissors using import random, a while loop, and a series of if statements. The user should input either "rock", "paper", or "scissors"- and the output should print the computers choice, as well as the result of the match. If the match is tied, it should automatically start a new match. For example: Example 1: rock, paper, scissors?: rock Computer chose scissors Rock smashes scissors, you win! Example 2 rock, paper, scissors?: paper Computer chose scissors Scissors cut paper, you losel Example 3: rock, paper, scissors?: scissors Computer chose scissors. rock, paper, scissors?: rock Computer chose paper, Paper covers rock, you lose

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!