Navigation:
Activity 1
Workshop Resources
Pre-requisite:
Python Basics - Writing to Console - Print
Difficulty:
Beginner
Without removing the quotation marks, try changing
"Hello, World!"
to another sentence. For example,
"My name is Nuvi!"
Press run to see if aything changes.
Add another print below the current line to print a second sentence below the first.
Press run to see if the two sentences print out
We will use printing a lot in the later lessons, so make sure you understand this before continuing!