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