>python program.py arg1 arg2
To get arg1 and arg2
——-
import sys
arg1 = sys.argv[1]
arg2 = sys.argv[2]