라벨이 python 한글인 게시물 표시

현재 폴더 명 가져 오기

# -*- 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 안녕하십니까..