python

토큰 분리

Нуеоп 2012. 5. 21. 11:55

import re


line = raw_input()

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