fork download
  1. print(helloworld)
Runtime error #stdin #stdout #stderr 0.02s 118656KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
    print(helloworld)
NameError: global name 'helloworld' is not defined