Lesson 5: Strings and Quotes
Back in the first lesson we displayed text on screen. Now we will see why that text always sits inside quotes — and what a string actually is.
A string is text wrapped in quotes, like a note in a frame. The quotes tell Python: "this is text to show, not a command to run".
- string
- Text inside quotes.
- quotes
- The " or ' marks that wrap a string.