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.
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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am