fork(2) download
  1. b = 3.12
  2. print(len(str(b)))
  3. print(len(repr(3.1415)))
Success #stdin #stdout 0.02s 9944KB
stdin
Standard input is empty
stdout
4
6