import sys # All input arguments will be stored in # sys.argv list. for arg in sys.argv: print(arg)