fork download
  1. from math import floor, log10
  2.  
  3. r = 25**7
  4. print(floor(log10(abs(r))+1)) #10 dígitos
Success #stdin #stdout 0.02s 9356KB
stdin
Standard input is empty
stdout
10