Edd (eddtyperacer)

Race #22

View Pit Stop page for race #22 by eddtyperacerGhost race

View profile for Edd (eddtyperacer)

Official speed 65.68 wpm (34.71 seconds elapsed during race)
Race Start March 15, 2025 9:50:32am UTC
Race Finish March 15, 2025 9:51:07am UTC
Outcome Win (1 of 2)
Opponents 2. keepinupwmae (60.66 wpm)
Accuracy 97.0%
Points 25.18
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