SEARCH
TOOLBOX
LANGUAGES
Python

Python

From Chaehyun

(Difference between revisions)
Jump to: navigation, search
(Created page with "= unicode로 출력된 string 변환 = * print "%s\t%s" %(word.decode('unicode_escape'), count)")
(unicode로 출력된 string 변환)
Line 1: Line 1:
= unicode로 출력된 string 변환 =
= unicode로 출력된 string 변환 =
-
* print "%s\t%s" %(word.decode('unicode_escape'), count)
+
* print word.decode('unicode_escape')

Revision as of 06:07, 11 May 2012

unicode로 출력된 string 변환

  • print word.decode('unicode_escape')
Retrieved from "http://chaehyun.kr/w/Python"