kewl (hyper_racer)

Race #26

View Pit Stop page for race #26 by hyper_racerGhost race

View profile for kewl (hyper_racer)

Official speed 47.90 wpm (47.60 seconds elapsed during race)
Race Start February 10, 2019 7:43:54pm UTC
Race Finish February 10, 2019 7:44:41pm UTC
Outcome No win (4 of 4)
Opponents 1. delirious (121.10 wpm)
2. ness_20xx (66.96 wpm)
3. poem (62.32 wpm)
5. jjz03 (41.17 wpm)
Accuracy 94.0%
Points 18.36
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