from sys import argv
script, first, second = argv
print("The script is called:", script)
print("The first variable is:", first)
print("The second variable is:", second)
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