Bridge Academy.
← BACK TO MATERIALS
WEEK 21 · JUNE 2, 2026

Introduction to Programming

print(), variables, comments, naming rules, strings, numbers, conversions, and f-strings.

Lesson 01 - Python Basics: Variables and Data Types

June 2, 2026 · Bridge Academy Python Program

Level I Guide

Learning goals

- Use print() to show output. - Store values in variables. - Write comments with #. - Follow basic variable naming rules. - Use strings, integers, floats, and booleans. - Convert between simple data types. - Print natural sentences with f-strings.

How to use this notebook

Run the example cells first. Then complete each question.

If a cell has a broken example, it will be commented out with # so your notebook can still run from top to bottom.

Preview truncated — download the notebook to see the full lesson.