(sidd_)

Race #139

View Pit Stop page for race #139 by sidd_Ghost race

View profile for (sidd_)

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