W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own
website
Go to Spaces
Ctrl+Alt+P
Python
JavaScript
Java
C++
is_student = True age = 21 if is_student: print("You can borrow a book from the university library") #Python
const is_student = true const age = 21 if (is_student) { console.log("You can borrow a book from the university library"); } //JavaScript
public class Main { public static void main(String[] args) { boolean is_student = true; int age = 21; if (is_student) { System.out.println("You can borrow a book from the university library"); } } } //Java
#include
using namespace std; int main() { bool is_student = true; int age = 21; if (is_student) { cout << "You can borrow a book from the university library"; } return 0; } //C++
Python result:
JavaScript result:
Java result:
C++ result:
You can borrow a book from the university library
You can borrow a book from the university library
You can borrow a book from the university library
You can borrow a book from the university library
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル