Roadsweeper Dropping D; (kahow)

Race #6

View Pit Stop page for race #6 by kahowGhost race

View profile for Roadsweeper Dropping D; (kahow)

Official speed 72.61 wpm (31.40 seconds elapsed during race)
Race Start December 6, 2019 12:02:06pm UTC
Race Finish December 6, 2019 12:02:37pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 27.84
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