TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Anna (650561585513)
Return to profile of Anna (650561585513)
View texts not yet raced by Anna (650561585513)
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...
28.50
1.1814
0.3156
190
8
24.68
2025-01-29
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
28.42
1.1383
0.3508
272
12
21.63
2025-01-28
3.
/** Loop waiting for a connection and a valid command */ whi...
27.12
1.0448
0.3823
445
6
23.37
2025-01-30
4.
public class HelloWorld { public static void main(String[] ...
26.56
1.0599
0.3328
143
6
22.77
2025-01-28
5.
function calculateArea(width, height) { try { var area = ...
26.43
1.0366
0.3499
301
10
22.33
2025-01-27
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
25.63
1.1067
0.2377
388
5
19.68
2025-01-27
7.
import std; int main() { std::println("Hello World!"); }
24.60
0.9810
0.3027
56
4
20.88
2025-01-30
8.
import re import sys import urllib2 import BeautifulSoup usa...
23.77
0.9803
0.2658
344
4
22.09
2025-01-31
9.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
23.54
1.0518
0.1860
152
5
17.67
2025-01-27
10.
/* Read a set of characters from the socket */ StringBuffer ...
23.21
1.0042
0.2145
542
3
21.76
2025-01-27
11.
import os import sys def run(program, *args): pid = os.fork(...
23.18
1.0473
0.1706
154
4
19.20
2025-01-27
12.
import urllib2 import json screen_name = "wordpress" url = "...
22.79
1.0621
0.1359
246
5
17.14
2025-01-30
13.
(publish :path "/hello-count" :content-type "text/html" :fun...
22.63
0.9487
0.2436
356
5
17.67
2025-01-27
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
22.50
0.9234
0.2605
236
4
14.79
2025-01-28
15.
input("\n\nPress the enter key to exit.") # waits for the us...
22.17
1.1984
-0.0399
85
2
21.65
2024-07-07
16.
import urllib2 import urllib import json url = "http://ajax....
22.14
0.9776
0.1851
438
2
17.37
2025-01-24
17.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
21.10
0.9215
0.1843
78
2
17.23
2025-01-27
18.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
20.29
0.9386
0.1252
256
6
15.78
2025-01-27
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
19.94
0.8513
0.1883
179
5
16.12
2025-01-27
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
19.42
0.9180
0.1012
264
3
14.45
2025-01-27
21.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
15.19
0.9849
-0.1854
183
4
14.19
2024-06-06