twitch.tv/CGreyIce (imslow10)

Race #7

View Pit Stop page for race #7 by imslow10Ghost race

View profile for twitch.tv/CGreyIce (imslow10)

Official speed 91.12 wpm (25.02 seconds elapsed during race)
Race Start July 15, 2025 3:03:15pm UTC
Race Finish July 15, 2025 3:03:40pm UTC
Outcome No win (1 of 1)
Accuracy 98.0%
Points 34.93
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