SIDD ON TRAIN (1a2a)

Race #2

View Pit Stop page for race #2 by 1a2aGhost race

View profile for SIDD ON TRAIN (1a2a)

Official speed 111.74 wpm (20.40 seconds elapsed during race)
Race Start November 23, 2018 9:57:30pm UTC
Race Finish November 23, 2018 9:57:50pm UTC
Outcome No win (2 of 3)
Opponents 1. chakk (147.05 wpm)
3. notapplicable (82.85 wpm)
Accuracy 97.0%
Points 42.83
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