import sys print("This is the name of the program:", sys.argv[0]) print("Number of Arguments:", len(sys.argv))