Marshall (mmmooore)

Race #2

View Pit Stop page for race #2 by mmmoooreGhost race

View profile for Marshall (mmmooore)

Official speed 77.31 wpm (29.49 seconds elapsed during race)
Race Start December 11, 2019 3:02:29am UTC
Race Finish December 11, 2019 3:02:59am UTC
Outcome No win (3 of 4)
Opponents 1. spongeystar (79.91 wpm)
2. epixaid (77.71 wpm)
4. blendyz (50.11 wpm)
Accuracy 96.0%
Points 29.64
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