Source Code:
(back to article)
string = "Dies ist ein Beispielstring." word_list = string.split() print(word_list)
Result:
Report an issue