TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Kit (yukit123)
Return to profile of Kit (yukit123)
View texts not yet raced by Kit (yukit123)
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...
64.32
1.1814
0.0802
190
1
64.32
2023-12-08
2.
input("\n\nPress the enter key to exit.") # waits for the us...
60.00
1.1984
-0.0281
85
3
54.98
2024-11-19
3.
function calculateArea(width, height) { try { var area = ...
58.74
1.0366
0.1139
301
2
54.70
2023-12-08
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
57.74
1.1383
-0.0091
272
2
53.75
2024-11-08
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
57.39
1.0518
0.0750
152
2
54.89
2024-11-11
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
57.33
1.1067
0.0160
388
3
55.84
2024-10-31
7.
public class HelloWorld { public static void main(String[] ...
57.13
1.0599
0.0585
143
2
49.77
2023-12-25
8.
import urllib2 import json screen_name = "wordpress" url = "...
56.55
1.0621
0.0477
246
4
49.22
2024-11-09
9.
/** Loop waiting for a connection and a valid command */ whi...
55.68
1.0448
0.0502
445
1
55.68
2023-12-07
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
54.87
0.9849
0.0919
183
4
49.76
2024-11-12
11.
import urllib2 import urllib import json url = "http://ajax....
49.87
0.9776
0.0004
438
4
47.55
2024-11-09
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
48.49
0.9487
0.0062
356
1
48.49
2024-11-13
13.
/* Read a set of characters from the socket */ StringBuffer ...
48.28
1.0042
-0.0574
542
3
45.76
2024-11-23
14.
import std; int main() { std::println("Hello World!"); }
47.99
0.9810
-0.0477
56
3
41.68
2024-10-31
15.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
47.79
0.8513
0.0782
179
2
46.77
2023-12-25
16.
import re import sys import urllib2 import BeautifulSoup usa...
44.31
0.9803
-0.1131
344
3
43.50
2024-11-04
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
44.06
0.9386
-0.0763
256
3
42.13
2024-10-31
18.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
42.21
0.9180
-0.0908
264
1
42.21
2024-10-30
19.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
40.37
0.9234
-0.1289
236
1
40.37
2024-11-11
20.
import os import sys def run(program, *args): pid = os.fork(...
40.14
1.0473
-0.2589
154
1
40.14
2024-10-31
21.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
33.21
0.9215
-0.2718
78
1
33.21
2023-12-03