Source Code:
(back to article)
string = "hello" char_list = list(string) print(char_list)
Result:
Report an issue