We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9a589 commit 2367fcbCopy full SHA for 2367fcb
Basics/Hindi/17_inheritance/inheritace.py renamed to Basics/Hindi/17_inheritance/inheritance.py
@@ -19,4 +19,4 @@ def sound(self):
19
20
x = Dog()
21
x.print_habitat()
22
-x.sound()
+x.sound()
0 commit comments