Copy to ClipboardRawPreview#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)) Calculate number of digits in an integer00CrypticSai-080 CommentsAdd CommentLog in to add a comment