fork download
  1. a
  2. b
  3. c = a + b
  4.  
  5. print d
Runtime error #stdin #stdout #stderr 0.01s 9008KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
NameError: name 'a' is not defined