BigHead (big_head0)

Race #8

View Pit Stop page for race #8 by big_head0Ghost race

View profile for BigHead (big_head0)

Official speed 42.26 wpm (53.95 seconds elapsed during race)
Race Start August 6, 2023 10:32:41am UTC
Race Finish August 6, 2023 10:33:35am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 16.20
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