I have a script where I unpack sys.argv into a function, like so:
sys.argv
import sys def do_something(a, b):