Sharing notes from my ongoing learning journey — what I build, break and understand along the way.

Learning Python – Post 7: If-Else, For Loops, and Putting It All Together
Learning Python – Post 7: If-Else, For Loops, and Putting It All Together Tonight was about bringing things together. I started exploring conditions (if, else, elif) and moved into loops — especially the for loop combined with range(). These two…








