Olaf (olaf_surgut)

Race #2

View Pit Stop page for race #2 by olaf_surgutGhost race

View profile for Olaf (olaf_surgut)

Official speed 55.08 wpm (41.39 seconds elapsed during race)
Race Start July 8, 2020 3:32:03pm UTC
Race Finish July 8, 2020 3:32:44pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 21.11
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