TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for 3m09 (3m09)
Return to profile of 3m09 (3m09)
View texts not yet raced by 3m09 (3m09)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
input("\n\nPress the enter key to exit.") # waits for the us...
41.51
1.1984
0.4143
85
6
31.44
2025-12-29
2.
import string from random import * characters = string.ascii...
33.11
1.1814
0.1050
190
4
31.23
2025-12-27
3.
import urllib2 import json screen_name = "wordpress" url = "...
30.28
1.0621
0.1143
246
5
27.31
2025-12-28
4.
/** Loop waiting for a connection and a valid command */ whi...
29.78
1.0448
0.1122
445
4
26.03
2026-01-21
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
29.61
1.1383
0.0121
272
3
27.94
2025-12-29
6.
import os import sys def run(program, *args): pid = os.fork(...
29.39
1.0473
0.0945
154
3
27.75
2025-12-29
7.
import random n = random.randint(1, 99) guess = int(raw_inpu...
27.70
1.1067
-0.0305
388
2
26.76
2025-12-29
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
27.51
1.0518
0.0170
152
6
26.15
2026-01-03
9.
import re import sys import urllib2 import BeautifulSoup usa...
27.41
0.9803
0.0846
344
3
25.65
2026-01-03
10.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
26.76
0.9386
0.1011
256
6
23.61
2025-12-31
11.
import std; int main() { std::println("Hello World!"); }
26.76
0.9810
0.0587
56
2
25.14
2025-12-28
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
26.65
0.9487
0.0867
356
4
23.60
2025-12-29
13.
public class HelloWorld { public static void main(String[] ...
26.33
1.0599
-0.0369
143
5
25.08
2025-12-29
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
26.12
0.9234
0.0914
236
6
24.90
2025-12-31
15.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
26.10
0.9180
0.0960
264
3
21.73
2025-12-29
16.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
25.54
0.9215
0.0708
78
5
24.40
2025-12-29
17.
/* Read a set of characters from the socket */ StringBuffer ...
24.96
1.0042
-0.0345
542
2
24.32
2025-12-31
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
24.73
0.9849
-0.0241
183
4
23.58
2026-01-03
19.
import urllib2 import urllib import json url = "http://ajax....
24.13
0.9776
-0.0401
438
3
23.14
2025-12-28
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
23.56
0.8513
0.0640
179
2
20.92
2026-01-21
21.
function calculateArea(width, height) { try { var area = ...
22.20
1.0366
-0.1741
301
1
22.20
2026-01-03