Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
abstract base class
#python 3.5.2 from abc import ABCMeta,abstractmethod class shape(metaclass=ABCMeta): def printarea(self): return 0 class mani(shape): def __init__(self): self.length=15 self.breadth=3 def printarea(self): area=(self.length*self.breadth) print(area)
run
|
edit
|
history
|
help
0
8
binary search
gj
sum of odd numbers
Python mehrfachvererbung
https://rextester.com/HYVN80193
Stk String replace
PyRegLookAhead
Yogesh.py
linked_lists_2