Variables
Assignment, naming, f-strings, simple arithmetic updates.
Lesson 02 · Variables — Level I · Guide
May 7, 2026 · Bridge Academy Python Program
Learning goals
- Give a value a name by creating a variable. - Use a variable inside a print statement with an f-string. - Do simple arithmetic with numeric variables. - Reassign a variable so its value updates. - Combine two variables into one useful output.
This lesson covers PCEP-30-02 objectives 1.2 and 1.3.
Preview truncated — download the notebook to see the full lesson.