TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Jetmode🐊🐍 (botpro)
Return to profile of Jetmode🐊🐍 (botpro)
View texts not yet raced by Jetmode🐊🐍 (botpro)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import string from random import * characters = string.ascii...
124.08
1.1814
0.1484
190
8
108.62
2024-05-18
2.
input("\n\nPress the enter key to exit.") # waits for the us...
117.32
1.1984
0.0466
85
13
104.14
2024-05-18
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
115.65
1.1383
0.1016
272
5
102.72
2024-05-18
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
113.52
1.1067
0.1093
388
8
102.76
2024-05-18
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
113.45
1.0518
0.1739
152
3
99.40
2024-04-05
6.
function calculateArea(width, height) { try { var area = ...
97.32
1.0366
0.0170
301
3
89.90
2024-04-05
7.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
96.58
0.9180
0.1202
264
3
89.78
2024-05-18
8.
import re import sys import urllib2 import BeautifulSoup usa...
95.00
0.9803
0.0474
344
4
85.43
2024-05-18
9.
public class HelloWorld { public static void main(String[] ...
91.83
1.0599
-0.0690
143
2
90.66
2024-04-08
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
91.53
0.9849
0.0031
183
1
91.53
2024-04-05
11.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
84.59
1.0060
-0.0009
467
1
84.59
2024-04-04
12.
import os import sys def run(program, *args): pid = os.fork(...
84.33
1.0473
-0.1378
154
1
84.33
2024-04-05
13.
/* Read a set of characters from the socket */ StringBuffer ...
83.40
1.0042
-0.1008
542
1
83.40
2024-04-05
14.
/** Loop waiting for a connection and a valid command */ whi...
78.87
1.0448
-0.1860
445
2
75.70
2024-04-05
15.
(publish :path "/hello-count" :content-type "text/html" :fun...
74.17
0.9487
-0.1377
356
3
70.29
2024-04-08
16.
import std; int main() { std::println("Hello World!"); }
72.57
0.9810
-0.1854
56
1
72.57
2024-04-04
17.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
67.06
0.8513
-0.1409
179
3
54.99
2024-04-05