java打数

・スマホ向けフリック入力タイピングはこちら
※アプリのインストールが必要です。
・PC向けタイピングはこちら
タブレット+BlueToothキーボードのプレイもこちらがオススメです!
Webアプリでプレイ
投稿者投稿者python#いいね2お気に入り登録
プレイ回数1000難易度(4.2) 60秒 長文
javaやpythonのコードを打つタイピングです
java打数(じゃばだす)
javaやpythonのコードを打つタイピングです
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 beginner 1750 プログラマー 1.9 92.6% 60.0 114 9 5 2025/12/10

関連タイピング

問題文

ふりがな非表示 ふりがな表示
(print(”helloworld”)) print("HelloWorld") (name = impout(”なまえはなんですか?”)) name = impout("名前は何ですか?") (import time) import time (import tkinter) import tkinter (def code()) def code() (for num in range(10):) for num in range(10): (system.out.println(”hello, world!”); ) System.out.println("Hello, World!"); (int x = 5; system.out.println(x);) int x = 5; System.out.println(x); (if(true) system.out.println(”true”);) if(true) System.out.println("True"); (x = 5; print(x)) x = 5; print(x)
(for i in range(5): print(i)) for i in range(5): print(i) (if true: print(”true”)) if True: print("True") (s = ”python”; print(s) ) s = "Python"; print(s) (a, b = 5, 10; print(a + b) ) a, b = 5, 10; print(a + b) (list = [1, 2, 3]; print(list) ) list = [1, 2, 3]; print(list) (x = 3; y = 7; print(x * y) ) x = 3; y = 7; print(x * y)