Add argv.py.

This commit is contained in:
voussoir 2020-12-06 14:03:50 -08:00
parent 34e8e64a28
commit 36e8dfe877

2
argv.py Normal file
View file

@ -0,0 +1,2 @@
import sys
print(sys.argv)