Cristian Tacuri (cris1310)

Race #7

View Pit Stop page for race #7 by cris1310Ghost race

View profile for Cristian Tacuri (cris1310)

Official speed 23.80 wpm (95.80 seconds elapsed during race)
Race Start May 15, 2025 12:49:34am UTC
Race Finish May 15, 2025 12:51:10am UTC
Outcome No win (4 of 7)
Opponents 3. villavicencioa (26.70 wpm)
5. jhony99 (22.80 wpm)
Accuracy 95.0%
Points 9.12
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