W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Python
server
Go to Spaces
Ctrl+Alt+P
class Person: def __init__(self, name, age): self.name = name self.age = age def myfunc(self): print("Hello my name is " + self.name) p1 = Person("Linus", 18) del p1.age print(p1.name) print(p1.age)
Linus
Traceback (most recent call last):
File "demo_class7.py", line 14, in <module>
AttributeError: 'Person' object has no attribute 'age'
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル