From e497b6bcf0898eecf6dc25f37f8838ebb8474634 Mon Sep 17 00:00:00 2001 From: surister Date: Tue, 22 Oct 2019 10:28:01 +0200 Subject: [PATCH] fix format --- README.md | 1 + 1 file changed, 1 insertion(+) 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.