- How to use
print()to display output - Writing comments for clarity and documentation
- Declaring variables of types:
- String (
str) - Integer (
int) - Float (
float) - Boolean (
bool)
- String (
- Using f-strings to embed variables inside strings
- Basic
if/elselogic with boolean conditions
That’s it for Day 1 — off to a solid start.