Python
From Chaehyun
(Difference between revisions)
(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 | + | * print word.decode('unicode_escape') |
Revision as of 06:07, 11 May 2012
unicode로 출력된 string 변환
- print word.decode('unicode_escape')