--conf 'conf.ini' --number 5 -f [file] -c [config] -n [count] {'arg_conf': "'conf.ini'", 'arg_file': "'setup.py'", 'arg_count': 5} [] c:\workspace>python study.py -f 'setup.py' --conf 'conf.ini' --number 5 name -f [file] -c [config] -n [count] {'arg_conf': "'conf.ini'", 'arg_file': "'setup.py'", 'arg_count': 5} ['name'] c:\workspace>python study.py -f 'setup.py' --conf 'conf.ini' --number 5 name 2 -f [file] -c [config] -n [count] {'arg_conf': "'conf.ini'", 'arg_file': "'setup.py'", 'arg_count': 5} ['name', '2'] but, optparse 는 2.7 까지만 사용, 이후로는 argparse 로 대체