W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Python
server
Go to Spaces
Ctrl+Alt+P
#named indexes: txt1 = "My name is {fname}, I'm {age}".format(fname = "John", age = 36) #numbered indexes: txt2 = "My name is {0}, I'm {1}".format("John",36) #empty placeholders: txt3 = "My name is {}, I'm {}".format("John",36) print(txt1) print(txt2) print(txt3)
My name is John, I'm 36
My name is John, I'm 36
My name is John, I'm 36
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル