Feng (da_xiao_jin_dou)

Race #14

View Pit Stop page for race #14 by da_xiao_jin_douGhost race

View profile for Feng (da_xiao_jin_dou)

Official speed 33.36 wpm (68.35 seconds elapsed during race)
Race Start February 28, 2022 10:05:37pm UTC
Race Finish February 28, 2022 10:06:45pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 12.79
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