(sidd_)

Race #135

View Pit Stop page for race #135 by sidd_Ghost race

View profile for (sidd_)

Official speed 137.31 wpm (16.60 seconds elapsed during race)
Race Start February 16, 2019 5:42:09am UTC
Race Finish February 16, 2019 5:42:25am UTC
Outcome Win (1 of 7)
Opponents 2. deroche1 (134.17 wpm)
3. arc_sec (96.34 wpm)
4. spondulix (81.95 wpm)
5. actuallynonquitforlife (78.20 wpm)
Accuracy 100.0%
Points 52.63
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