fork download
  1. x=x+1
  2. print(x)
  3.  
Runtime error #stdin #stdout #stderr 0.2s 23648KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
    x=x+1
NameError: name 'x' is not defined