1. Import the random module I want to generate random R, P, S. 2. Create a list After the game is done, I want to list the result and the winner 3. Create a while loop that runs until the user enters N or n to play again 4. Prompt the user to input Rock, Paper, Scissors If the input is not R, P, or S (or lower case r, p, s), display a message that user must enter R, P, or S, otherwise call the functions for the computer choice and determine the winner. 5. Write a function to randomly select the computer choice (R, P, or S) (you should use the random integer function and assign 1 of the 3 values). 6. Write a function to determine who wins (passing player choice & computer choice as inputs). Return the winner (P, C, T) 7. If the player wins, add one to the player win count, else if the computer won, add one to the computer win count. Otherwise add 1 to the tie count. 8. Prompt user to play again (Y/N)? 9. Print a message Player Won (player wins) Print a message Computer Won (computer wins) Print a message Ties (number of ties) 10. You must have 8 rounds. 11. At the end, print all the results, using a list Print a number next to each Result (Won, lost, or ties) For example: 1: Win 2: Lost 3: Tie Until 8 ....

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Could you write the code in python. I appreciate it.
1. Import the random module
I want to generate random R, P, S.
2. Create a list
After the game is done, I want to list the result and the winner
3. Create a while loop that runs until the user enters N or n to play again
4. Prompt the user to input Rock, Paper, Scissors
If the input is not R, P, or S (or lower case r, p, s), display a message that user must
enter R, P, or S, otherwise call the functions for the computer choice and determine
the winner.
5. Write a function to randomly select the computer choice (R, P, or S) (you should use
the random integer function and assign 1 of the 3 values).
6. Write a function to determine who wins (passing player choice & computer choice as
inputs). Return the winner (P, C, T)
7. If the player wins, add one to the player win count, else if the computer won, add one
to the computer win count. Otherwise add 1 to the tie count.
8. Prompt user to play again (Y/N)?
9. Print a message Player Won (player wins)
Print a message Computer Won (computer wins)
Print a message Ties (number of ties)
10. You must have 8 rounds.
11. At the end, print all the results, using a list
Print a number next to each Result (Won, lost, or ties)
For example: 1: Win
2: Lost
3: Tie
Until 8
Transcribed Image Text:1. Import the random module I want to generate random R, P, S. 2. Create a list After the game is done, I want to list the result and the winner 3. Create a while loop that runs until the user enters N or n to play again 4. Prompt the user to input Rock, Paper, Scissors If the input is not R, P, or S (or lower case r, p, s), display a message that user must enter R, P, or S, otherwise call the functions for the computer choice and determine the winner. 5. Write a function to randomly select the computer choice (R, P, or S) (you should use the random integer function and assign 1 of the 3 values). 6. Write a function to determine who wins (passing player choice & computer choice as inputs). Return the winner (P, C, T) 7. If the player wins, add one to the player win count, else if the computer won, add one to the computer win count. Otherwise add 1 to the tie count. 8. Prompt user to play again (Y/N)? 9. Print a message Player Won (player wins) Print a message Computer Won (computer wins) Print a message Ties (number of ties) 10. You must have 8 rounds. 11. At the end, print all the results, using a list Print a number next to each Result (Won, lost, or ties) For example: 1: Win 2: Lost 3: Tie Until 8
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 5 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY