Open advent3 and File, Save As, advent4
In this section, we show you how to move the adventure on by writing longer descriptive paragraphs using the triple speech-marks print command to achieve this.
Here is an example
Vocabulary: A print command shows text on the screen. When it was originally created, text was printed onto paper, which is why it is called print. If we designed a new programming language now, it might be called screen.
print("""
The floor of the cave is now mostly submerged beneath inky black water. Your shoes give up the battle to keep the water out and you walk with a steady squelch.
""")
Add your own longer paragraph using triple speechmarks before moving on.