(sidd_)

Race #143

View Pit Stop page for race #143 by sidd_Ghost race

View profile for (sidd_)

Official speed 132.20 wpm (17.25 seconds elapsed during race)
Race Start February 16, 2019 5:53:44am UTC
Race Finish February 16, 2019 5:54:01am UTC
Outcome Win (1 of 3)
Opponents 2. arc_sec (120.60 wpm)
3. deroche1 (107.40 wpm)
Accuracy 98.0%
Points 50.68
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