Write a program that lets the user play the rock and paper

Assignment Help Python Programming
Reference no: EM132354749

Question :

Write a program that lets the user play the rock, paper, scissor game against the computer. The computer should work as follows: - The program should have a loop that runs 3 times to play the game 3 times.

In each iteration of the loop, the program should:

- ask the user for a number between 1 and 3: "Enter 1 for rock, 2 for paper, 3 for scissors:". If the user enter a negative outside the range

1-3, it should report its invalid and ask the user again, until the user enters a valid number :

Invalid choice.

Enter 1 for rock, 2 for paper, 3 for scissors:

- generate a random number between 1 and 3 to simulate the computer's choice, with 1 simulating rock, 2 paper and 3 scissors. Use random.seed(10) at the beginning of the program to always generate the same random numbers (just for the purpose of testing the code and always getting the same output. In a real game, this statement would be omitted)

- write a function convertChoiceToString which takes an int as input and returns the number converted to a string representation of the choice, if 1 is given, the function returns "rock". If 2 is given, the function returns "paper". If 3 is given, the function returns "scissors"

- write a function rockPaperScissors which takes two integers representing the computer's choice and the player's choice. The function should return an integer indicating who won or whether it is a tie. It is recommended to create global constants for that purpose. For example, define TIE as 0, COMPUTER_WON as 1 and PLAYER_WON as 2.

- In main, for each iteration, after asking the player for their input and generating a random number for the computer, first display each player's choice and then display who won that round. For example:

Computer chose scissors

You chose rock

You won this round

Computer chose paper

You chose paper

You made the same choice as the computer Computer chose scissors

You chose paper

The computer won this round

- after the 3 rounds, the program should display who won the game (who won more rounds) and the score. For example:

Game ended with you winning 3 vs. 0 for computer Game ended with a tie 1 points each

Game ended with computer winning 2 vs. 0 for you

Reference no: EM132354749

Questions Cloud

Write a function draw which prints a line of n occurrences : Write a function showMax(a, b, c) which prints the largest of distinct integers a, b, and c to the screen. Write an interactive script to test showMax.
Making from organizational and managerial perspective : Explain the role of intuition in decision making from an organizational and managerial perspective.
Leadership is everybody business : Discuss the statements: "Leadership is everybody's business" and "Leadership is not an affair of the head, but rather an affair of the heart."
What are the primary conflicts in the movie : How well has the goal been accomplished? What are the primary conflicts in the movie(s)? How do they contribute to the movie's goal / meaning?
Write a program that lets the user play the rock and paper : Write a program that lets the user play the rock, paper, scissor game against the computer. The computer should work as follows The program should have.
Write a python program that prompts the user to enter : Write a Python program that prompts the user to enter an integer and reports whether the input was even or odd.The program must use a while loop.
Prepared to deal with ethical dilemmas you would face : If you were going on your first overseas business assignment, what would you do to ensure that you were prepared to deal with ethical dilemmas you would face.
Particularly true with publicly traded organizations : Organizations do not operate in a vacuum and are subject to governmental regulation. This is particularly true with publicly traded organizations.
Create two instance variables to store the speed : Create two instance variables to store the speed and the height of the drone. Initialize them to 0.0. This method has no parameters other than self.

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd