Question: python Write a program that will ask the user to enter a digit/character The program will display the digit character back on the screen If
python
Write a program that will ask the user to enter a digit/character
The program will display the digit character back on the screen
If the digit/character entered is q the program ends. If not the above bullets repeat (i.e keep asking to enter and display the digit/character)
Sample program output
Please enter a digit or character: 6 You entered 6
Please enter a digit or character: e You entered e
Please enter a digit or character: 9 You entered q
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
