Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python Programming LAB * 4 - 4 0 Points Instructions: Wite a program that lets the user play the game of Rock, Paper, Scissors against

Python Programming
LAB *4-40 Points
Instructions:
Wite a program that lets the user play the game of Rock, Paper, Scissors against the computer. The program should woik as follows:
Steps:
Include the Header below:
# Class: CIST 2742 Python Programming I
# Term: Fall 2022
# Instructor. Chris Bishop
# Description: Solution to Lab ##X
#Author: (Student Name Here)
#
#By tuming in this code, I Pleoge:
#1. That I have completed the programming assignment independentily. #2. I have not copied the code from a student or any source.
#3. I have not given my code to any student.
Generete a random number in the range of 1 through 3 for the computer's choice.
II the number is 1, then the computer has chosen rock
If the number is 2, then the computer has chosen paper.
If the number is 3, then the computer has chosen scissors
The user enters his or her choice of "rock," "paper," or "scissors" at the kerboard.
The computer's choice is displayed.
A winner is selected according to the following rules:
If one player chooses rock and the other player chooses saissors, then rock wins. (Rock smashes scissors.)
If one player chooses scissors and the other player chooses paper, then scissors wins. (Scissors cuts paper.)
II one player chooses paper and the other player chooses rock, then paper wins. (Paper wraps rock.)
If both players make the same choice, the game must be played again to determine the winner.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions