fork download
  1. def palindrom(number):
  2. length = len(str(number))
  3. print length
  4.  
  5. palindrom(234283)
Success #stdin #stdout 0.01s 8968KB
stdin
Standard input is empty
stdout
6