fork download
  1. b = 3.12
  2. print(len(str(b)))
  3. print(len(repr(3.1415)))
  4.  
  5. #https://pt.stackoverflow.com/q/106882/101
Success #stdin #stdout 0.02s 9244KB
stdin
Standard input is empty
stdout
4
6