python

・スマホ向けフリック入力タイピングはこちら
※アプリのインストールが必要です。
・PC向けタイピングはこちら
タブレット+BlueToothキーボードのプレイもこちらがオススメです!
Webアプリでプレイ
投稿者投稿者Takuいいね0お気に入り登録
プレイ回数2難易度(3.5) 60秒 長文
pythonのコードを打とう
制作途中です

関連タイピング

問題文

ふりがな非表示 ふりがな表示
(print(”hello, world!”)) print("Hello, world!") (print(”hello, world!”, 123)) print("Hello, world!", 123) (print(”hello, world!”, 1, sep=”¥n”)) print("Hello, world!", 1, sep="\n") (# comment) # comment (print(a + b)) print(a + b) (print(a - b)) print(a - b) (print(a * b)) print(a * b) (print(a // b)) print(a/ b) (print(a / b)) print(a b) (print(a ** b)) print(a ** b)
(print(a % b)) print(a % b) (x += 3) x += 3 (x -= 3) x -= 3 (x *= 3) x *= 3 (x /= 3) x= 3 (x //= 3) x/= 3 (x **= 3) x **= 3 (x %= 3) x %= 3 (x, y = 2, 3) x, y = 2, 3 (x = input()) x = input()
など
(x = int(input())) x = int(input()) (x, y, z = input().split()) x, y, z = input().split() (x = float(input())) x = float(input()) (a, b, c = map(int, input().split())) a, b, c = map(int, input().split()) (a, b, c = input().split(”:”)) a, b, c = input().split(":") (x == y) x == y (x != y) x != y (x > y) x > y (x < y) x < y (x >= y) x >= y (x <= y) x <= y (if x == y:     print(a)) if x == y: print(a) (elif x != y:     print(b)) elif x != y: print(b) (else:     print(a + b)) else: print(a + b) (if not x == y:     print(a)) if not x == y: print(a) (if 0 <= x and x <= 100:     print(a)) if 0 <= x and x <= 100: print(a) (if x == 10 or y == 10:     print(a)) if x == 10 or y == 10: print(a)
問題文を全て表示 一部のみ表示 誤字・脱字等の報告

オススメの新着タイピング

タイピング練習講座 ローマ字入力表 アプリケーションの使い方 よくある質問

人気ランキング

注目キーワード