W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Python
server
Go to Spaces
Ctrl+Alt+P
x = "global" def outer(): x = "enclosing" def inner(): x = "local" print("Inner:", x) inner() print("Outer:", x) outer() print("Global:", x)
Inner: local
Outer: enclosing
Global: global
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル