Day 3: Python Variables Explained by a Total Beginner (Me) 🧠 #learntocode #pythonforbeginners

preview_player
Показать описание
Day 3 of my 30-day coding challenge, and today I learned about variables!
They’re like little memory jars where you can store names, numbers, or whatever your code needs.

Example:
name = "Xiaoman" → print(name) → Hello, Xiaoman 😄

It’s starting to click — and it’s honestly kind of fun.

🎯 Tomorrow I’ll be teaching Python how to do math for me. Wish me luck.

🧠 Follow for more daily updates as I learn coding from scratch.

#Day3 #codingforbeginners #pythonvariables #learntocode #30daysofcode #devjourney #girlswhocode #littlefullnotes
Рекомендации по теме
Комментарии
Автор

Really nice! Always remember you can always use the type() function to know a variable type! type(first_name) in your example! :D

carkos
Автор

No variable are just labels not containers

THE CORE IDEA
Is that a variable in python is just a name (label) attached to am object in memory
On python class it's offen described as containers for easier understanding


What I am saying is on the beginner class , All examples are over simplified 😅 remember that
[Sorry if i confused you😅]

DsgGssgs
join shbcf.ru