diff --git a/argv.py b/argv.py new file mode 100644 index 0000000..a13f2ca --- /dev/null +++ b/argv.py @@ -0,0 +1,2 @@ +import sys +print(sys.argv)