cmd/argv.py

3 lines
27 B
Python
Raw Normal View History

2020-12-06 22:03:50 +00:00
import sys
print(sys.argv)