python eclipse install 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 - 1월 03, 2012 eclipse help software install http://update-production-pydev.s3.amazonaws.com/pydev/updates/site.xml 자세한 내용 보기
현재 폴더 명 가져 오기 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 - 1월 03, 2012 # -*- 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 안녕하십니까.. 자세한 내용 보기
python 한글 출력 위한 coding 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 - 1월 03, 2012 python 한글 출력 위한 coding # -*- coding:ms949 -*- print ('안녕하십니까.') 자세한 내용 보기