Using the nested loops statements in Python, create the
program.
3) Display the letters of a name entered by the user. a. The program keeps on asking the user to input a name until the message 'exit' is entered. b. Use both nested for and while loop statements. This is the sample output: Input your name: Micah M Input your name: John n Input your name: exit File na HOGAHE OFAH h
Using the nested loops statements in Python, create the program.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am