Lai (tastfyper)

Race #1

View Pit Stop page for race #1 by tastfyperGhost race

View profile for Lai (tastfyper)

Official speed 52.68 wpm (43.28 seconds elapsed during race)
Race Start November 27, 2019 8:08:17pm UTC
Race Finish November 27, 2019 8:09:00pm UTC
Outcome No win (3 of 2)
Opponents 1. zelniq (66.23 wpm)
Accuracy 95.0%
Points 20.20
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