fork download
  1. import sys
  2. from os import path
  3. test = sys.argv
  4. if path.isfile(sys.argv[2]):
  5. print test
Runtime error #stdin #stdout #stderr 0.01s 7848KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 4, in <module>
IndexError: list index out of range