DEV Community

TANYA LYOP ACHAYI
TANYA LYOP ACHAYI

Posted on

✨️ DAY 3 OF 100 ✨️


Today was all about variables and data types,the little boxes where Python stores information. I played with strings, numbers, floats, and even booleans. It’s like teaching Python to remember my name, age, and that. yes… I’m definitely learning 🤭

Every line feels like a step closer to building something cool.

PythonZeroToHeroStudent

Top comments (6)

Collapse
 
daemonic01 profile image
Dominik Kopócs

Try out f-strings.
This way you can place variables anywhere in the string.

name = "PythonMaster2000"
age = 107
print(f"My name is {name}, and I'm {age} years old.")
Enter fullscreen mode Exit fullscreen mode
Collapse
 
lyop_achayi profile image
TANYA LYOP ACHAYI

It's way shorter, I will try it.
Thank you much 👏🏾🥰

Collapse
 
saad_mohammod_d9d9eb2cc9f profile image
Saad Mohammod

ts can't get more corny 💀🙏🥀

Collapse
 
lyop_achayi profile image
TANYA LYOP ACHAYI

Tell me about it.. 🤭😊

Collapse
 
masterdevsabith profile image
Muhammed Sabith

cool ! keep moving forward

Collapse
 
lyop_achayi profile image
TANYA LYOP ACHAYI

Thank you 😊 🙏🏾