Classes and Functions in Python: My Rectangle Adventure
This week, I dove into Python’s object-oriented programming (OOP) concepts, and what a journey! From creating custom classes to understanding how functions can manipulate objects, I felt like I was building tiny software factories. In this assignment, I explored how to define and manipulate Python classes by building a ‘Rectangle’ object from scratch. I created […]