deroche (deroche1)

Race #46

View Pit Stop page for race #46 by deroche1Ghost race

View profile for deroche (deroche1)

Official speed 134.17 wpm (16.99 seconds elapsed during race)
Race Start February 16, 2019 5:42:09am UTC
Race Finish February 16, 2019 5:42:26am UTC
Outcome No win (2 of 7)
Opponents 1. sidd_ (137.31 wpm)
3. arc_sec (96.34 wpm)
4. spondulix (81.95 wpm)
5. actuallynonquitforlife (78.20 wpm)
Accuracy 97.0%
Points 51.43
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