コード例 #1
0
 def __init__(self, name):
     self.monthly_interest = 0.1
     BankAccount.__init__(self, name)