
212
AL🐍 Day 2/60 – Variables & Data Types
Today I learned how Python stores information.
Everything starts with variables.
Small steps. Big systems loading.
This is the moment you stop “reading about Python” and actually using it.
A variable is just a name that stores a value.
Main Data Types You Must Know
str → Text
int → Whole numbers
float → Decimal numbers
bool → True / False
Mini Challenge
Create 5 variables about yourself:
Your name
Your age
Your dream job
Your current skill
Are you consistent? (True/False)
What You Should Understand Deeply Today
Python is dynamically typed (no need to declare type)
Variable names must not start with numbers
Use meaningful names (not x, y, z like it’s math class)
#CodeEveryday#LevelUp#TechEra#DigitalGrowth#StayHungry
@alishakhanimran724










