Skip to content

Instantly share code, notes, and snippets.

@st0le
Last active September 10, 2021 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save st0le/fb8c0668ff5ac1c33c851b259d1987c5 to your computer and use it in GitHub Desktop.
Save st0le/fb8c0668ff5ac1c33c851b259d1987c5 to your computer and use it in GitHub Desktop.
from sys import argv
print(len(argv))
print(argv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment