Introduction to Object Oriented Programming in Python (Part III)
Apr 20, 2023 · 4 min read · 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...
Join discussion

