Liwamster (liwamster15)

Race #5

View Pit Stop page for race #5 by liwamster15Ghost race

View profile for Liwamster (liwamster15)

Official speed 70.42 wpm (32.38 seconds elapsed during race)
Race Start May 29, 2023 9:16:04pm UTC
Race Finish May 29, 2023 9:16:36pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 26.99
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