#!/bin/python3 from sys import argv if len(argv) > 1: for arg in argv: print (arg)