fork(1) download
  1. x = float(input())
  2. y = float()
  3. for i in range(-3,2)[0.5]:
  4. y = (x+1) / (x**2)
  5. print(y)
  6.  
Runtime error #stdin #stdout #stderr 0.13s 23612KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
    x = float(input())
EOFError: EOF when reading a line