본문 바로가기

Python & Django & Flask

[Python] String to List

s="12345"

l=list(s)