Ugochukwu Onyekaonyeka.hashnode.devยทApr 20, 2023Introduction to Object Oriented Programming in Python (Part III)You must have observed that in the class definitions above, we used the keyword 'def'. So let's talk about the def keyword. Def is used whenever you have to define a property or a function/method in Python. Look carefully at the following lines of co...46 readsPythonAdd a thoughtful commentNo comments yetBe the first to start the conversation.