(delirious)

Race #56

View Pit Stop page for race #56 by deliriousGhost race

View profile for (delirious)

Official speed 121.10 wpm (18.83 seconds elapsed during race)
Race Start February 10, 2019 7:43:54pm UTC
Race Finish February 10, 2019 7:44:13pm UTC
Outcome Win (1 of 4)
Opponents 2. ness_20xx (66.96 wpm)
3. poem (62.32 wpm)
4. hyper_racer (47.90 wpm)
5. jjz03 (41.17 wpm)
Accuracy 100.0%
Points 46.42
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