fork download
  1. x=0
  2. for _ in range(7):
  3. x=1/(2+x)
  4. b=1+x
  5. print(b)
Success #stdin #stdout 0.1s 14212KB
stdin
Standard input is empty
stdout
1.4142156862745099