#!/usr/bin/python3 import sys print(' '.join(a.lower() for a in sys.argv[1:]))