fork download
  1. import request
  2.  
  3. print("hello")
Runtime error #stdin #stdout #stderr 0.04s 9352KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
ImportError: No module named 'request'