For project we are going to create a program to create a


Assignment: For project we are going to create a program to create a version of Rock-Paper-Scissors where the user plays the computer. But I want your program to cheat - yes, cheat. Normally in a Rock-Paper-Scissors program the user would select Rock, Paper or Scissors and then the computer would select one randomly. But I want your program to let the user select one and the have the computer select the one that wins. So, if the user selects Rock, the computer should select Paper.

First ask the user how many games they want to play. This should be an odd number. If the user doesn't enter an odd number, give them an error and make them re-enter it. Then play Rock-Paper-Scissors that number of times.

At the end of the program should say who won a majority of the matches.

1. Turn in the program source code as a .py file.

2. Explain in your solution and logic either with in-code comments or in a separate document.

Attachment:- Assignment File.rar

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: For project we are going to create a program to create a
Reference No:- TGS02488592

Expected delivery within 24 Hours