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