bert (soodo)

Race #3

View Pit Stop page for race #3 by soodoGhost race

View profile for bert (soodo)

Official speed 56.12 wpm (40.63 seconds elapsed during race)
Race Start May 23, 2023 12:40:50pm UTC
Race Finish May 23, 2023 12:41:31pm UTC
Outcome No win (2 of 3)
Opponents 1. 92brant92 (60.26 wpm)
3. _0icydrizzlez0_ (41.02 wpm)
Accuracy 95.0%
Points 21.51
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