nluttebe (blutter)

Race #2

View Pit Stop page for race #2 by blutterGhost race

View profile for nluttebe (blutter)

Official speed 61.84 wpm (36.87 seconds elapsed during race)
Race Start May 27, 2025 7:12:09pm UTC
Race Finish May 27, 2025 7:12:45pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 23.71
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