コード例 #1
0
 def __init__(self, value = 0):
     Currency.__init__(self, "HUF", "Hungarian National Bank", 0)
     self.value = value
コード例 #2
0
 def __init__(self, value = 0):
     Currency.__init__(self, "USD", "Federal Reserve System", 0)
     self.value = value