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 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
Get step-by-step solutions from verified subject matter experts
