(keegant)

Race #103

View Pit Stop page for race #103 by keegantGhost race

View profile for (keegant)

Official speed 100.95 wpm (22.59 seconds elapsed during race)
Race Start July 20, 2019 8:46:25pm UTC
Race Finish July 20, 2019 8:46:48pm UTC
Outcome Win (1 of 3)
Opponents 2. spondulix (74.26 wpm)
3. storm (67.68 wpm)
Accuracy 98.0%
Points 38.70
Text #10019 (Length: 190 characters)

import string from random import * characters = string.ascii_letters + string.punctuation + string.digits password = "".join(choice(characters) for x in range(randint(8, 16))) print password