Add an option for the computer to guess as well as the user

Assignment Help Python Programming
Reference no: EM132355340

Question

You will add quite a bit of code to your project. You will add an option for the computer to guess as well as the user to guess a number. In addition, you will add a menu system. Be sure to import random at the beginning of your code and use a comment block explaining what your program does

#Guess the number week 6

#Name:

#Date:

#Menu system displays - ask user if they want to guess a number, have computer guess a number, or exit

#Random number, loop while true

#ask user for number. Check to see if the value is a number between 1 and 10

#if number is too high or too low, tell user, if they guessed it break out of loop

#ask user to enter a number, computer randomly guesses

Display "Welcome to my Guess the number program!"

while true

Display "1. You guess the number"

Display "2. You type number and see if the computer can guess it"

Display "3. Exit"

Get option

if(option ==1)

random mynumber

count=1

while True

try

Display "Guess a number between 1 and 10"

Get guess

while guess<1 or guess>10

Display "Guess a number between 1 and 10"

Get guess

except

Display "numbers only"

continue

if (guess<mynumber)

Display "Too low"

count=count+1

else if (guess>mynumber)

Display "Too high"

count=count+1

else if (guess==mynumber)

Display "You guessed it in "+ count + " attempts"

if(option ==2)

Get number from user

count=1

while True

Get randomval from computer

if (number<randomval)

Display "Too low"

count=count+1

else if (number>randomval)

Display "Too high"

count=count+1

else if (number==randomval)

Display "The computer guessed it in "+ count + " attempts. The number was "+randomval

else

break

When you run the program you should see something like the following:

Welcome to my Guess the number program!

You guess the number

You type number and see if the computer can guess it

Exit

What is your choice: 1

Please guess a number between 1 and 10: 8

Too high

Please guess a number between 1 and 10: 7

You guessed it! It took you 2 attempts

You guess the number

You type number and see if the computer can guess it

Exit

What is your choice: 2

Please enter a number between 1 and 10 for the computer to guess: 5

The computer guessed 7 which is too high

The computer guessed 2 which is too low

The computer guessed 9 which is too high

The computer guessed 8 which is too high

The computer guessed 8 which is too high

The computer guessed 1 which is too low

The computer guessed 3 which is too low

The computer guessed 4 which is too low

The computer guessed 2 which is too low

The computer guessed 8 which is too high

The computer guessed 3 which is too low

The computer guessed 1 which is too low

The computer guessed 4 which is too low

The computer guessed 7 which is too high

The computer guessed 1 which is too low

The computer guessed 7 which is too high

The computer guessed 1 which is too low

The computer guessed 4 which is too low

The computer guessed 4 which is too low

The computer guessed it! It took 20 attempts

You guess the number

You type a number and see if the computer can guess it

Exit

What is your choice: 3

Reference no: EM132355340

Questions Cloud

Evaluate the communication within company : Does your manager communicate ideas, performance, expectations? What could be improved?
Write a program that reads a floating-point number : Write a program that reads a floating-point number and prints "zero" if the number is zero. Otherwise, print "positive" or "negative".
What is the probability that an 18-to 24 year old : A Nielsen study indicates that 18 to 24 year olds spend a mean of 135 minutes watching video on their smartphones per month. Assume that the amount of time
Identify and discuss the type of power-legitmate : Identify and discuss the type of power - legitmate, referent, reward - that Willie is exhibiting.
Add an option for the computer to guess as well as the user : You will add quite a bit of code to your project. You will add an option for the computer to guess as well as the user to guess a number.
Write an analysis of strategy implementation at pepsico : This final case involves an analysis of strategy implementation at Pepsico. You will use the resources you identified in the SLP to gather information.
Two very valuable salespeople : Two very valuable salespeople. Identify and discuss the type of power - personal or position - that Esin and John are exhibiting.
John cummings is the senior manager at tellware : John Cummings is the senior manager at Tellware Manufacturers. He is in top management for over thirty years now. He delegates down the chain of command
How would you write a function which takes input parameter : The Fibonacci sequence 1, 1, 2, 3, 5, 8, 13, 21...... starts with two 1s, and each term afterwards is the sum of its two predecessors.

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