ayawusap (ayawusap)

Race #2

View Pit Stop page for race #2 by ayawusapGhost race

View profile for ayawusap (ayawusap)

Official speed 30.12 wpm (75.70 seconds elapsed during race)
Race Start July 27, 2023 8:59:12am UTC
Race Finish July 27, 2023 9:00:28am UTC
Outcome No win (2 of 2)
Accuracy 96.0%
Points 11.55
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