pythonはクラス外から任意のクラスメソッドを呼び出すと暗黙的に引数 self が渡されるため、クラスメソッドの引数1つ目に必ず self を取らなければならない、というルールがある。
It's probably been a while since you read about using functions. Read about it again if you need to. In this tutorial we'll learn to define a print_box function that prints text in a box. We can write ...