Question: can i kindly get help with this python question. Question 2 In this question we are going to revisit the guessing game example we saw



can i kindly get help with this python question.
Question 2 In this question we are going to revisit the guessing game example we saw in class. In this program we will have the computer pick a random number between 0 and 100 (inclusive). The program will then continually prompt the user to guess the randomly chosen number until the user guesses correctly. Unlike the example given in class, ybur program will provide the user more information than before after each unsuccessful guess. After an unsuccessful guess you will give the user the following information will be given If the user has previously made the same guess, you will tell them so and how many times they have now made that guess, or You will tell the user if their guess was too low or too high Once the user has finally guessed correctly, you will create an output file called "results.txt" that summarize the game that was just played. You will write the following information in the output file . * . The secret number chosen by your program The total number of guesses made by the user The total number of unique guesses made by the user For all of the guesses that were made more than once you will state what the guess was and how many times the user made it (no specific order is needed) You will need to decide how you will store the guesses made by the user and how many of each guess was made. For this problem, you are being provided with a partial solution you are to start from and modify. This file is called question2_starting_point.py. You can find it on cuLearn with your assignment. Save your solution in a file called question2.py. Put this file in your submission zip file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
