#!/usr/bin/env python # vim: set fileencoding=utf-8 if __name__ == "__main__": 실행할코드()
import sys for arg in sys.argv: print arg