from sys import argv
script, first, second
print("The script is called:", script)
print("your first variable is:", first)
print("your second variable is:, second)
from sys import argv
script, first, second
print("The script is called:", script)
print("your first variable is:", first)
print("your second variable is:, second)