(jasimk)

Race #16

View Pit Stop page for race #16 by jasimkGhost race

View profile for (jasimk)

Official speed 56.75 wpm (40.18 seconds elapsed during race)
Race Start February 17, 2022 2:56:25pm UTC
Race Finish February 17, 2022 2:57:05pm UTC
Outcome No win (3 of 3)
Opponents 1. scraex (81.18 wpm)
2. sura5 (67.80 wpm)
Accuracy 93.0%
Points 21.76
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