#! /usr/bin/python3 -s
import sys


print("args:",[i for i in sys.argv])
