import sys #Author: James Tam #Version: November 7, 2024 #Learning: accessing the name of the program and the 1st command line argunment. noArguments = len(sys.argv) if(noArguments == 1): print("No inputs provided to the program") i = 1 while(i