2012. 5. 21. 11:55

import re


line = raw_input()

token = re.split('\s*', line)



'python' 카테고리의 다른 글

기본 자료형  (0) 2012.05.25
파이썬 개발 환경 구성  (0) 2012.05.23
python ascii character to int, int to ascii character  (0) 2012.05.20
python hex string to int  (0) 2012.05.20
한글 인코딩 문제  (0) 2012.05.19
Posted by Нуеоп