Exerpad
Exercise 4 · Chapter: String ManipulationRequired+50 XP

Split the Sentence

Read a sentence and print each word on its own line.

Example:

Input:

I love Python

Output:

I
love
Python
Need a hint?
3 available · costs 5 XP each
python

Output
Run your code to see the output here.