Question: (20 points) Write a python script that asks a user to guess your favorite color until they guess correctly. Use a while loop e.g. while

 (20 points) Write a python script that asks a user to

(20 points) Write a python script that asks a user to guess your favorite color until they guess correctly. Use a while loop e.g. while name_guess does not equal your name. You should initialize an empty variable name_guess outside the while loop. Inside the loop, request a guess and use conditional statements to determine if the guess is correct. If the guess is correct, notify the guesser

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!