Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)

Race #130

View Pit Stop page for race #130 by bladevampirekGhost race

View profile for Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)

Official speed 85.40 wpm (26.70 seconds elapsed during race)
Race Start April 4, 2020 8:42:28pm UTC
Race Finish April 4, 2020 8:42:55pm UTC
Outcome No win (2 of 2)
Opponents 1. landarian (96.25 wpm)
Accuracy 97.0%
Points 32.74
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