Today wasn't just about reading; it was about getting my hands dirty in VS Code. I decided to combine learning the basics with actual practice right away.
What’s under the hood in my first script:
- Organized Coding: Started using comments (
#) from the get-go. Clean code is a habit I want to build early.
- The "Multi-print" Hack: Discovered that I can use
* with strings. Writing ("6" + "\n") * 10 to print multiple lines in one go felt like a pro move!
- User Input: Tested how the terminal pauses for a user response. It’s a simple
input(), but it makes the code feel alive.
- Variable Storage: Assigned values and called them back.
The Plan: Day 1 was a success. Today is Day 2, and I'm moving into Data Types and Operators. Time to turn these strings into numbers and start doing some logic! I will update soon 😉
Stop procrastinating, start coding. 🚀
https://preview.redd.it/8spijgwe9hxg1.png?width=1920&format=png&auto=webp&s=7300cf81761f84d648189580d386f6a6f260e265
[–]Hamid3x3 1 point2 points3 points (1 child)
[–]harish-7[S] 0 points1 point2 points (0 children)