Starting my Python Journey: Making My First Robot Variables! 🤖 #CodingBeginner
Namaste dosto! 🙏
Main Class 10th ka student hoon aur maine abhi Python seekhna shuru kiya hai. Mera sapna hai ki main apni ek AI Agency build karoon aur advanced technology par kaam karoon.
Aaj maine CheckiO par apna pehla coding mission complete kiya. Isme maine seekha ki Python mein "Variables" kaise kaam karte hain aur "Type Annotations" ka use karke hum apne code ko expert level par kaise le ja sakte hain.
Maine aaj ye code seekha:
Python
Simple way to declare variables
robots = 2
droids = 5
Advanced way (Using Type Annotations for cleaner code)
robots: int = 2
droids: int = 5
Coding seekhna shuruat mein thoda mushkil lag raha tha, par ab mujhe isme maza aa raha hai. Main roz naye scripts seekh raha hoon taaki main ek advanced programmer ban saku.
Agar aap bhi coding seekh rahe hain, toh mujhe follow karein. Hum saath mein seekhenge! 🚀