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