(sidd_)

Race #183

View Pit Stop page for race #183 by sidd_Ghost race

View profile for (sidd_)

Official speed 136.88 wpm (16.66 seconds elapsed during race)
Race Start July 23, 2019 3:24:14pm UTC
Race Finish July 23, 2019 3:24:31pm UTC
Outcome Win (1 of 3)
Opponents 3. storm (71.94 wpm)
Accuracy 99.0%
Points 52.47
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