Python
From Chaehyun
(Difference between revisions)
Xlos (Talk | contribs)
(Created page with "= unicode로 출력된 string 변환 = * print "%s\t%s" %(word.decode('unicode_escape'), count)")
Newer edit →
(Created page with "= unicode로 출력된 string 변환 = * print "%s\t%s" %(word.decode('unicode_escape'), count)")
Newer edit →
Revision as of 06:07, 11 May 2012
unicode로 출력된 string 변환
- print "%s\t%s" %(word.decode('unicode_escape'), count)