Question: 3.13 LAB: How many digits Write a program that inputs an integer (0 - 9999) and outputs the number of digits. in python please Ex:
3.13 LAB: How many digits
Write a program that inputs an integer (0 - 9999) and outputs the number of digits. in python please
Ex: If the input is:
7493
the output is:
4 digits
Ex: If the input is:
7
the output is:
1 digit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
