. (oh_hai)

Race #12

View Pit Stop page for race #12 by oh_haiGhost race

View profile for . (oh_hai)

Official speed 148.32 wpm (15.37 seconds elapsed during race)
Race Start August 30, 2019 3:38:31pm UTC
Race Finish August 30, 2019 3:38:47pm UTC
Outcome Win (1 of 2)
Accuracy 99.0%
Points 56.86
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