Source Code:
(back to article)
string = "Hello World! How are you?" words = string.split() print(words)
Result:
Report an issue