(jasimk)

Race #12

View Pit Stop page for race #12 by jasimkGhost race

View profile for (jasimk)

Official speed 55.90 wpm (40.79 seconds elapsed during race)
Race Start January 15, 2022 4:13:09pm UTC
Race Finish January 15, 2022 4:13:50pm UTC
Outcome No win (2 of 2)
Opponents 1. ahkiera (94.05 wpm)
Accuracy 96.0%
Points 21.43
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