diff --git a/README.md b/README.md index 55e2b30..abd9bb8 100644 --- a/README.md +++ b/README.md @@ -1692,6 +1692,7 @@ PEP8 is a list of coding conventions and style guidelines for Python
Explain inheritance and how to use it in Python
+ ``` By definition inheritance is the mechanism where an object acts as a base of another object, retaining all its properties.