티스토리

DEV용식
검색하기내 프로필
Python & Django & Flask

[Python] String to List

용식 2012. 4. 23. 12:43

s="12345"

l=list(s)


저작자표시 비영리 변경금지 (새창열림)