Question: Write a Python script that will play the Guess the Number game. Before you begin coding, create a flowchart using Draw.io to model the game

Write a Python script that will play the "Guess the Number" game. Before you begin coding, create a flowchart using Draw.io to model the game flow. Include a text box with your name and other descriptive information at the top of your flowchart. Export your flowchart as a PDF file. Your Python program should generate a number between 1 and 100. . The program should continue until the user guesses the number successfully Upon each guess, the program should tell the user if the guess was correct, too high, or too low. Once the user guesses correctly, the program should inform the user how many guesses it took. Be sure to include comments at the top of your Python program with your name and other descriptive information. NOTE: Your Python program must exactly match the flowchart created in the course video. If your program does not match this flowchart, it will be worth zero points. Start number = random number between 1 and 100 guessCount0 al Done - False Output guess Count TRUE alDone? FALSE End Input guess from user Output "Too Low Add 1 to guesscount FALSE all Done True TRUE guess number FALSE guess > number TRUE/Output "Too High
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
