twitch.tv/CGreyIce (imslow10)

Race #10

View Pit Stop page for race #10 by imslow10Ghost race

View profile for twitch.tv/CGreyIce (imslow10)

Official speed 100.67 wpm (22.65 seconds elapsed during race)
Race Start July 15, 2025 3:09:06pm UTC
Race Finish July 15, 2025 3:09:28pm UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 38.59
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