0
CCrypticSai-08
0 Comments
#get the user input Integer = int(input('Enter an integer :')) #initialize the variable #typecast the integer to string #store the string String = str(Integer) #use len() functiomn to find the length of a String #print it print(len(String))