在傳統的 OOP 語言中,class 裡會有一個用來建立 instance 的 method 叫做 constructor method,但在 Python 中,constructor ...