Shoemaker-Levy 9 (atthetop)

Race #50

View Pit Stop page for race #50 by atthetopGhost race

View profile for Shoemaker-Levy 9 (atthetop)

Official speed 86.28 wpm (26.43 seconds elapsed during race)
Race Start November 1, 2018 2:54:00am UTC
Race Finish November 1, 2018 2:54:26am UTC
Outcome Win (1 of 2)
Opponents 2. styrofoam (77.75 wpm)
Accuracy 96.0%
Points 33.07
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