Using the nested loops statements in Python, create the program.
Posted: Mon Jun 06, 2022 12:26 pm
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
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