vishE (actuallynonquitforlife)

Race #7

View Pit Stop page for race #7 by actuallynonquitforlifeGhost race

View profile for vishE (actuallynonquitforlife)

Official speed 85.59 wpm (26.64 seconds elapsed during race)
Race Start February 16, 2019 5:48:15am UTC
Race Finish February 16, 2019 5:48:42am UTC
Outcome No win (3 of 5)
Opponents 1. deroche1 (135.17 wpm)
2. sidd_ (129.75 wpm)
4. spondulix (78.93 wpm)
Accuracy 97.0%
Points 32.81
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