#!/usr/local/opt/python/bin/python3.6

import sys

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