(sidd_)

Race #127

View Pit Stop page for race #127 by sidd_Ghost race

View profile for (sidd_)

Official speed 132.16 wpm (17.25 seconds elapsed during race)
Race Start February 14, 2019 3:50:39am UTC
Race Finish February 14, 2019 3:50:56am UTC
Outcome Win (1 of 2)
Opponents 2. poem (63.74 wpm)
Accuracy 100.0%
Points 50.66
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