-
Notifications
You must be signed in to change notification settings - Fork 0
License
Karthikeyantestpress/Python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
class Animals: def run(self): print("Animal is running") def walk(self): print("Animal is walking ") class Horse(Animals): pass class Dog(Horse): pass D=Dog() D.run() Horse1 =Horse() Horse1.walk()
About
No description, website, or topics provided.
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published