Topic: Strings, Concatenation, Python Math, Modulus & Type Mixing


❓ Essential Question

How does Python combine text and numbers, and how do data types affect the way programs read and calculate information?


⭐ Key Ideas


🔑 Vocabulary

String — Text in quotes.

Integer — Whole number.

Float — Decimal number.

Concatenation — Joining strings with +.

Operator — Symbol that performs math (+, -, *, /, %).

Modulus % — Returns the remainder.