TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Lydia (shiruzu)
Return to profile of Lydia (shiruzu)
View texts not yet raced by Lydia (shiruzu)
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...
103.23
1.1984
-0.0076
85
55
91.88
2026-02-25
2.
import string from random import * characters = string.ascii...
99.70
1.1814
-0.0313
190
50
89.04
2026-02-18
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
96.50
1.1383
-0.0251
272
58
84.37
2026-01-22
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
92.75
1.1067
-0.0368
388
66
82.27
2026-02-26
5.
function calculateArea(width, height) { try { var area = ...
91.78
1.0366
0.0221
301
51
82.09
2026-01-29
6.
public class HelloWorld { public static void main(String[] ...
90.75
1.0599
-0.0130
143
58
79.22
2026-02-18
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
89.66
1.0518
-0.0175
152
51
77.06
2026-02-27
8.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
88.89
0.9849
0.0405
183
52
71.87
2026-02-16
9.
import urllib2 import json screen_name = "wordpress" url = "...
87.91
1.0621
-0.0480
246
59
79.43
2026-02-11
10.
/** Loop waiting for a connection and a valid command */ whi...
86.38
1.0448
-0.0483
445
61
77.95
2026-01-30
11.
import std; int main() { std::println("Hello World!"); }
85.36
0.9810
0.0037
56
49
69.73
2026-02-13
12.
import os import sys def run(program, *args): pid = os.fork(...
85.28
1.0473
-0.0635
154
53
77.35
2026-01-28
13.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
85.18
0.9215
0.0611
78
46
72.10
2026-02-26
14.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
84.70
1.0060
-0.0289
467
46
77.49
2026-02-24
15.
/* Read a set of characters from the socket */ StringBuffer ...
84.49
1.0042
-0.0295
542
49
75.57
2026-02-20
16.
import urllib2 import urllib import json url = "http://ajax....
83.19
0.9776
-0.0179
438
40
77.01
2026-02-20
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
83.08
0.9386
0.0198
256
57
73.92
2026-02-26
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
79.16
0.9487
-0.0355
356
60
70.84
2026-02-27
19.
import re import sys import urllib2 import BeautifulSoup usa...
78.47
0.9803
-0.0751
344
50
70.46
2026-02-03
20.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
78.22
0.9234
-0.0211
236
56
69.12
2026-02-25
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
76.68
0.8513
0.0333
179
45
64.94
2026-02-25
22.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
75.76
0.9180
-0.0441
264
56
68.07
2026-01-20