Challenge: Outputing Multiple Lines
Task
Swipe to start coding
Display a short poem in the console. The poem consists of multiple lines, and each line should be displayed individually. Here's an example of what it should look like:
python
Display output in the console, exactly as shown above.
Note
Make sure there are no extra spaces at the end of each line.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 3