This program should generate a random number between 1 and 100 inclusive. It then asks the player to guess the
number. If it is not correct, the program says whether the user’s number is greater than or less than the actual number,
and asks the player to guess again. When the player guesses the number, the program says so and prints out the number
of guesses needed.
This is my brainstorming thoughts:
print("Guess a number between 1 and 100")
line=input("Guess a number between 1 and 100")
count=0
count=count + 1
Print("Your guess is too high")
Print("Your guess is too low")
print("The number is between 1 and 100")
print("That's right! You got it in"count "guesses")
Any suggestions or tips or help for me to do next?

New Topic/Question
Reply



MultiQuote









|