Innominate (scarwpm)

Race #4

View Pit Stop page for race #4 by scarwpmGhost race

View profile for Innominate (scarwpm)

Official speed 37.87 wpm (60.21 seconds elapsed during race)
Race Start December 25, 2021 1:04:08pm UTC
Race Finish December 25, 2021 1:05:08pm UTC
Outcome No win (2 of 2)
Opponents 1. gospell (71.98 wpm)
Accuracy 93.0%
Points 14.52
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