WCU Computer Science Python Project

Description

Python Assignment 3

Write a function (guessing_game) that takes no arguments

When run, the function chooses a random integer between 0 and 100 (inclusive)

Then ask the user to guess what number has been chosen.

Each time the user enters a guess, the program indicates one of the following:

Too high

Too low

Just right

If the user guesses correctly, the program exists. Otherwise, the user is asked to try again.

The program only exits after the user guesses correctly.

Use the randit function (https://docs.python.org/3/library/random.html#random.randint) in the random module to generate a random number.

Get your college paper done by experts

Do my question How much will it cost?

Place an order in 3 easy steps. Takes less than 5 mins.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *