Linsk (linsk)

Race #17

View Pit Stop page for race #17 by linskGhost race

View profile for Linsk (linsk)

Official speed 80.70 wpm (28.25 seconds elapsed during race)
Race Start February 25, 2019 1:49:17pm UTC
Race Finish February 25, 2019 1:49:46pm UTC
Outcome No win (2 of 2)
Opponents 1. paraphrohn (105.18 wpm)
Accuracy 98.0%
Points 30.93
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