(sidd_)

Race #49

View Pit Stop page for race #49 by sidd_Ghost race

View profile for (sidd_)

Official speed 137.98 wpm (16.52 seconds elapsed during race)
Race Start January 27, 2019 10:59:02pm UTC
Race Finish January 27, 2019 10:59:19pm UTC
Outcome Win (1 of 4)
Opponents 2. delirious (102.87 wpm)
3. hellothen (72.61 wpm)
4. poem (64.08 wpm)
Accuracy 99.0%
Points 52.89
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