This code throws these error:
while len(digits) > 1: TypeError: object of type \'int\' has no len()
but my variable digits is a list right? i guess there must b