EgguTIme (eggu_time)

Race #1

View Pit Stop page for race #1 by eggu_timeGhost race

View profile for EgguTIme (eggu_time)

Official speed 41.42 wpm (55.05 seconds elapsed during race)
Race Start June 9, 2023 2:49:26am UTC
Race Finish June 9, 2023 2:50:21am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 15.88
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