#!/usr/local/bin/python3 print("a") def puts(*args): for v in args: print(v)