Pythonトレーニング


6.1.2 クラスの使い方

from test0601 import GetTriangle
gt = GetTriangle(10, 5)
print(gt.area())
->25.0