I am not getting desired output of this program?
from sys import argv script, first, second, third = argv print (\"The script is called:\", script) print (
You can use import argparse from here: https://docs.python.org/3/howto/argparse.html