1) Using python, rite a program that stores your name in a variable. Then ask the user to guess your name. If he\she gue
Posted: Mon Jun 06, 2022 6:08 pm
1) Using python, rite a program that stores your name in a
variable. Then ask the user to guess your name. If he\she guesses
right, display the message "Well done, good guess work!", otherwise
display the message "Try again next time!"
2) Modify the question above so that you keep on asking the user
for names till he\she gets it right! So he\she has to guess your
name right BEFORE you exit the program. Use a while loop.
variable. Then ask the user to guess your name. If he\she guesses
right, display the message "Well done, good guess work!", otherwise
display the message "Try again next time!"
2) Modify the question above so that you keep on asking the user
for names till he\she gets it right! So he\she has to guess your
name right BEFORE you exit the program. Use a while loop.