print_argv.py
2 lines
| 30 B
| text/x-python
|
PythonLexer
Takafumi Arakaki
|
r8121 | import sys | ||
print sys.argv[1:] | ||||