silver (harmenszoon)

Race #1

View Pit Stop page for race #1 by harmenszoonGhost race

View profile for silver (harmenszoon)

Official speed 90.04 wpm (25.32 seconds elapsed during race)
Race Start March 13, 2021 9:56:36am UTC
Race Finish March 13, 2021 9:57:01am UTC
Outcome Win (1 of 2)
Accuracy 98.0%
Points 34.51
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