0
Wap to input a number and check whether it is single, double or n digit number
Without using loop
3 Answers
+ 1
Yeah your Programm checks how many Digits n has. It works
0
n=int(input ('' Enter a number ''))
n=str(n)
l = len(n)
print (l, '' digit number '')
Plzz anyone check whether it is correct or not.
0
Thnxxx for help.... đ