W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Python
server
Go to Spaces
Ctrl+Alt+P
import py_compile, tempfile, os # Create a temporary Python source file and compile it to bytecode with tempfile.NamedTemporaryFile('w', suffix='.py', delete=False) as f: f.write('x = 1\n') src = f.name py_compile.compile(src, doraise=True) print('OK') os.remove(src)
OK
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル