Question: 2. Next to the above two lines, write Python codes that will use a GUI dialog box to ask the user to enter a first

2. Next to the above two lines, write Python codes that will use a GUI dialog box to ask the user to enter a first name (e.g. "Taylor"), reverse the string (e.g. rolyaT"), and then use either a for loop or a while loop to display each letter n time (where n is the index of the letter in the string). Be sure to display the output in a GUI message box. The output should look similar to the following. eeeeeee Input Box Enter your first name Jennifed nnnn nnn ee OK
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
