TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Hugo (paulz_420)
Return to profile of Hugo (paulz_420)
View texts not yet raced by Hugo (paulz_420)
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...
54.86
1.1814
0.0668
190
2
45.35
2025-03-18
2.
public class HelloWorld { public static void main(String[] ...
54.68
1.0599
0.1842
143
3
41.89
2025-01-29
3.
import urllib2 import json screen_name = "wordpress" url = "...
53.77
1.0621
0.1613
246
2
50.68
2025-01-26
4.
input("\n\nPress the enter key to exit.") # waits for the us...
52.62
1.1984
-0.0011
85
2
43.62
2025-01-29
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
49.06
1.1067
0.0096
388
1
49.06
2025-01-29
6.
import std; int main() { std::println("Hello World!"); }
45.43
0.9810
0.0527
56
3
38.73
2025-02-03
7.
(publish :path "/hello-count" :content-type "text/html" :fun...
45.16
0.9487
0.0788
356
4
40.15
2025-03-18
8.
import re import sys import urllib2 import BeautifulSoup usa...
43.93
0.9803
0.0192
344
3
39.73
2025-03-18
9.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
43.37
0.9215
0.0653
78
2
38.45
2025-01-26
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
41.55
0.9849
-0.0395
183
2
38.81
2025-01-29
11.
import os import sys def run(program, *args): pid = os.fork(...
41.25
1.0473
-0.1087
154
1
41.25
2025-03-18
12.
/* Read a set of characters from the socket */ StringBuffer ...
38.96
1.0042
-0.1178
542
1
38.96
2025-01-26
13.
function calculateArea(width, height) { try { var area = ...
38.81
1.0366
-0.1536
301
1
38.81
2025-01-29
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
38.55
0.9386
-0.0615
256
2
31.30
2025-03-18
15.
import random min = 1 max = 6 roll_again = "yes" while roll_...
32.71
1.1383
-0.3941
272
1
32.71
2025-03-18
16.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
30.39
0.9234
-0.2319
236
1
30.39
2025-01-26
17.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
28.12
0.8513
-0.2115
179
2
24.66
2025-03-18