generated at
2/22/2025, 1:55:58 PM
Python:class文
py
class クラス名: アトリビュート名= value #代入が必須 def メソッド名(self, 引数): self. アトリビュート名= 引数 print self. アトリビュート名