Let’s finish the day with an exercise. Look around you and pick a real-world item. You’ll model this item using a Python class.
Write a class and pick a few of this item’s characterestics and add them as data attributes.
Pick a few actions this item can do and add them as methods.
Share your code on the forum.