Lesson 1.2 — Strings

Featured image for Lesson 1.2 showing Python string variables, quotation marks, string concatenation, and terminal output in VS Code

Module: Module 1 — Variables, Data, and ArithmeticEstimated Time: 30–45 minutesPrerequisites: Lesson 1.1 — Variables Learning Goal By the end of this lesson, you should be able to recognize strings, create string values, store them in variables, combine strings, and explain why quotation marks matter. 1. The Need In the previous lesson, you created variables … Read more