Sharing notes from my ongoing learning journey — what I build, break and understand along the way.
Python Practice Exercises – Part 2: Logic, Validation, and Number Systems

Python Practice Exercises – Part 2 In this week’s exercises, we focus on logical problem-solving with loops, conditionals, mathematical operations, and input validation.Each task builds your understanding of how to combine basic programming concepts to solve real-world problems efficiently. Try…


