import sys print(sys.argv[0]) # Outputs: script.py print(sys.argv[1]) # Outputs: arg1 print(sys.argv[2]) # Outputs: arg
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter