W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Python
server
Go to Spaces
Ctrl+Alt+P
class Person: species = "Human" # Class property def __init__(self, name): self.name = name # Instance property p1 = Person("Emil") p2 = Person("Tobias") print(p1.name) print(p2.name) print(p1.species) print(p2.species)
Emil
Tobias
Human
Human
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル