Python for Beginners — Part 3: Strings & Booleans
Part 3 of a beginner-friendly series on learning Python from scratch.
In Part 2, we learned how variables hold data and how Python figures out types automatically. Now we're going to get comfortable with the two types you'll probably use more than any others: strings (text) and booleans (true/false logic).
What is a String?
A string is a sequence of characters — letters, numbers, spaces, punctuation — anything you can type. In Python, strings are wrapped in quotes (single or double):






