#!/Library/Frameworks/Python.framework/Versions/3.5/bin/python3

import sys

for argument in sys.argv[1:]:
    print(argument)
