hobbit (hobbitus)

Race #1

View Pit Stop page for race #1 by hobbitusGhost race

View profile for hobbit (hobbitus)

Official speed 24.39 wpm (93.48 seconds elapsed during race)
Race Start December 7, 2020 6:02:58pm UTC
Race Finish December 7, 2020 6:04:31pm UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 9.35
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