. (oh_hai)

Race #13

View Pit Stop page for race #13 by oh_haiGhost race

View profile for . (oh_hai)

Official speed 159.07 wpm (14.33 seconds elapsed during race)
Race Start August 30, 2019 4:25:23pm UTC
Race Finish August 30, 2019 4:25:37pm UTC
Outcome Win (1 of 2)
Accuracy 100.0%
Points 60.98
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