현재 폴더 명 가져 오기
# -*- coding:ms949 -*- import os curDir = os.getcwd() print format(curDir) print ('hello world.') print ('korean wording 안녕하십니까..') ===================output======================= D:\Documents and Settings\jlpark\workspace\test\test hello world. korean wording 안녕하십니까..