Python:コンストラクタ
構築子、生成関数、コンストラクタ(constructor)
code:py
def __init__(self):
Python: __init__メソッド