TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Lotus (lotusanimations)
Return to profile of Lotus (lotusanimations)
View texts not yet raced by Lotus (lotusanimations)
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...
43.55
1.1814
0.2858
190
10
37.49
2024-12-08
2.
input("\n\nPress the enter key to exit.") # waits for the us...
41.75
1.1984
0.2015
85
6
36.42
2024-11-23
3.
/** Loop waiting for a connection and a valid command */ whi...
37.69
1.0448
0.2279
445
11
32.80
2024-12-08
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
37.57
1.1383
0.1242
272
9
31.06
2024-11-23
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
37.23
1.1067
0.1459
388
10
32.46
2024-11-23
6.
public class HelloWorld { public static void main(String[] ...
36.47
1.0599
0.1668
143
11
29.81
2024-11-23
7.
function calculateArea(width, height) { try { var area = ...
36.47
1.0366
0.1907
301
12
32.97
2024-12-08
8.
import std; int main() { std::println("Hello World!"); }
36.01
0.9810
0.2239
56
12
28.91
2024-12-08
9.
import urllib2 import json screen_name = "wordpress" url = "...
35.94
1.0621
0.1496
246
4
34.13
2024-12-08
10.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
34.13
1.0518
0.0995
152
7
29.38
2024-12-08
11.
import os import sys def run(program, *args): pid = os.fork(...
33.04
1.0473
0.0664
154
6
28.87
2024-11-23
12.
/* Read a set of characters from the socket */ StringBuffer ...
32.79
1.0042
0.1003
542
9
28.57
2024-11-23
13.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
32.25
0.9849
0.1025
183
14
28.79
2024-12-08
14.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
31.27
0.9215
0.1296
78
7
26.20
2024-12-08
15.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
28.96
0.9180
0.0569
264
6
24.00
2024-12-08
16.
import urllib2 import urllib import json url = "http://ajax....
28.77
0.9776
-0.0081
438
6
26.95
2024-11-23
17.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
28.46
0.9234
0.0379
236
9
26.24
2024-11-23
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
27.92
0.9487
-0.0039
356
5
26.65
2024-12-08
19.
import re import sys import urllib2 import BeautifulSoup usa...
27.09
0.9803
-0.0693
344
4
24.99
2024-05-16
20.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
26.16
0.9386
-0.0589
256
6
22.98
2024-07-30
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
24.60
0.8513
-0.0298
179
3
22.73
2024-05-16