Shutaro (w_h_)

Race #17

View Pit Stop page for race #17 by w_h_Ghost race

View profile for Shutaro (w_h_)

Official speed 94.39 wpm (24.16 seconds elapsed during race)
Race Start February 25, 2019 2:14:23pm UTC
Race Finish February 25, 2019 2:14:47pm UTC
Outcome No win (2 of 3)
Opponents 1. permil (110.38 wpm)
3. paraphrohn (90.67 wpm)
Accuracy 97.0%
Points 36.18
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