TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Pedro (pedro_serrudo)
Return to profile of Pedro (pedro_serrudo)
View texts not yet raced by Pedro (pedro_serrudo)
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...
30.00
1.1984
-0.0022
85
2
28.65
2025-06-06
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
28.74
1.1383
0.0077
272
5
27.69
2025-06-02
3.
public class HelloWorld { public static void main(String[] ...
28.20
1.0599
0.0645
143
2
24.48
2025-06-08
4.
import string from random import * characters = string.ascii...
27.60
1.1814
-0.0809
190
3
27.04
2025-06-21
5.
function calculateArea(width, height) { try { var area = ...
27.16
1.0366
0.0464
301
3
24.28
2025-06-21
6.
/* Read a set of characters from the socket */ StringBuffer ...
26.44
1.0042
0.0501
542
5
25.09
2025-07-03
7.
/** Loop waiting for a connection and a valid command */ whi...
25.88
1.0448
-0.0129
445
3
25.71
2025-06-06
8.
import os import sys def run(program, *args): pid = os.fork(...
25.85
1.0473
-0.0166
154
1
25.85
2025-06-06
9.
import re import sys import urllib2 import BeautifulSoup usa...
25.77
0.9803
0.0473
344
5
22.85
2025-07-03
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
25.48
0.9849
0.0311
183
5
22.25
2025-07-03
11.
import urllib2 import urllib import json url = "http://ajax....
24.97
0.9776
0.0181
438
1
24.97
2025-05-30
12.
import random n = random.randint(1, 99) guess = int(raw_inpu...
24.45
1.1067
-0.1318
388
2
22.90
2025-05-25
13.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
24.38
0.9234
0.0487
236
3
20.85
2025-06-21
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
24.16
0.9386
0.0248
256
4
21.84
2025-06-02
15.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
23.89
1.0518
-0.0992
152
3
21.79
2025-05-25
16.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
23.78
0.8513
0.0969
179
3
22.49
2025-05-30
17.
import urllib2 import json screen_name = "wordpress" url = "...
23.47
1.0621
-0.1263
246
1
23.47
2025-05-25
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
23.30
0.9487
-0.0196
356
2
23.17
2025-07-03
19.
import std; int main() { std::println("Hello World!"); }
23.27
0.9810
-0.0531
56
2
21.49
2025-06-22
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
20.89
0.9215
-0.0885
78
3
19.97
2025-07-03
21.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
19.64
0.9180
-0.1349
264
1
19.64
2025-05-18