TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Andrews (godspeeedd)
Return to profile of Andrews (godspeeedd)
View texts not yet raced by Andrews (godspeeedd)
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...
78.70
1.1814
0.1200
190
10
65.43
2025-06-27
2.
input("\n\nPress the enter key to exit.") # waits for the us...
75.47
1.1984
0.0496
85
4
69.26
2025-01-02
3.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
72.02
1.0518
0.1391
152
6
59.85
2025-01-11
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
71.77
1.1383
0.0485
272
4
59.93
2025-01-02
5.
import std; int main() { std::println("Hello World!"); }
71.48
0.9810
0.2010
56
2
65.88
2025-06-27
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
68.85
1.1067
0.0318
388
4
61.09
2025-06-27
7.
import urllib2 import json screen_name = "wordpress" url = "...
66.14
1.0621
0.0316
246
3
57.65
2023-09-07
8.
function calculateArea(width, height) { try { var area = ...
61.25
1.0366
-0.0238
301
8
54.25
2025-06-20
9.
import re import sys import urllib2 import BeautifulSoup usa...
60.30
0.9803
0.0168
344
3
55.45
2023-08-28
10.
/** Loop waiting for a connection and a valid command */ whi...
58.89
1.0448
-0.0710
445
6
52.40
2025-01-02
11.
import os import sys def run(program, *args): pid = os.fork(...
58.57
1.0473
-0.0788
154
1
58.57
2025-01-11
12.
import urllib2 import urllib import json url = "http://ajax....
58.39
0.9776
-0.0121
438
7
52.27
2025-06-27
13.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
56.63
1.0060
-0.0696
467
1
56.63
2024-04-11
14.
(publish :path "/hello-count" :content-type "text/html" :fun...
56.59
0.9487
-0.0129
356
4
50.94
2023-08-28
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
55.74
0.9386
-0.0169
256
7
45.02
2025-01-11
16.
/* Read a set of characters from the socket */ StringBuffer ...
55.43
1.0042
-0.0876
542
6
50.77
2025-06-20
17.
public class HelloWorld { public static void main(String[] ...
55.07
1.0599
-0.1493
143
2
54.05
2025-01-02
18.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
53.85
0.9215
-0.0310
78
5
42.09
2025-01-11
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
52.11
0.8513
0.0104
179
1
52.11
2025-06-27
20.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
50.70
0.9849
-0.1465
183
4
44.61
2025-01-02
21.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
49.15
0.9180
-0.1052
264
3
44.67
2025-06-20
22.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
44.34
0.9234
-0.1902
236
2
43.60
2023-08-02