Billy (wayrus)

Race #15

View Pit Stop page for race #15 by wayrusGhost race

View profile for Billy (wayrus)

Official speed 95.19 wpm (23.95 seconds elapsed during race)
Race Start February 9, 2023 5:58:53pm UTC
Race Finish February 9, 2023 5:59:17pm UTC
Outcome Win (1 of 2)
Opponents 2. aeheffington (69.84 wpm)
Accuracy 99.0%
Points 36.49
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