Source Code:
(back to article)
string = "hello" char_list = [char for char in string] print(char_list)
Result:
Report an issue