D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
twisted
/
test
/
Filename :
process_cmdline.py
back
Copy
""" Write to stdout the command line args it received, one per line. """ from __future__ import print_function import sys for x in sys.argv[1:]: print(x)