twitch.tv/CGreyIce (imslow10)

Race #5

View Pit Stop page for race #5 by imslow10Ghost race

View profile for twitch.tv/CGreyIce (imslow10)

Official speed 72.67 wpm (31.37 seconds elapsed during race)
Race Start July 15, 2025 3:00:22pm UTC
Race Finish July 15, 2025 3:00:53pm UTC
Outcome No win (1 of 1)
Accuracy 94.0%
Points 27.86
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