Arnav (ttvaviato)

Race #1

View Pit Stop page for race #1 by ttvaviatoGhost race

View profile for Arnav (ttvaviato)

Official speed 42.19 wpm (54.04 seconds elapsed during race)
Race Start March 1, 2019 3:19:59am UTC
Race Finish March 1, 2019 3:20:53am UTC
Outcome Win (1 of 3)
Accuracy 90.0%
Points 16.17
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