예제 #1
0
 def __init__(self):
     Calculator.__init__(self, 70, 11)
예제 #2
0
 def __init__(self):
     Calculator.__init__(self, 2, 9)
예제 #3
0
 def __init__(self):
     Calculator.__init__(self, 10, 20)
예제 #4
0
 def __init__(self):
     Calculator.__init__(self,7,10)
예제 #5
0
 def __init__(self):
     Calculator.__init__(
         self, 2,
         10)  # You have to call parent constructor if it got any method