Pythonトレーニング
< 戻る
次へ >
6.1.2 クラスの使い方
from test0601 import GetTriangle gt = GetTriangle(10, 5) print(gt.area()) ->25.0
< 戻る
次へ >