DEV Community

Discussion on: 30 Days of Python 👨‍💻 - Day 8 - OOP Basics

Collapse
 
dsdorazio profile image
Dan

I think you meant to decorate the multiply method with @staticmethod in your final example. :)

Collapse
 
arindamdawn profile image
Arindam Dawn

Thanks Dan. I have updated it now :)