www.tunnel.dev (leondreamed)

Race #15

View Pit Stop page for race #15 by leondreamedGhost race

View profile for www.tunnel.dev (leondreamed)

Official speed 132.57 wpm (17.20 seconds elapsed during race)
Race Start April 20, 2023 6:47:00pm UTC
Race Finish April 20, 2023 6:47:17pm UTC
Outcome No win (1 of 1)
Accuracy 97.0%
Points 50.82
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