Rana (rana_1996)

Race #202

View Pit Stop page for race #202 by rana_1996Ghost race

View profile for Rana (rana_1996)

Official speed 34.88 wpm (65.37 seconds elapsed during race)
Race Start February 9, 2020 12:03:39pm UTC
Race Finish February 9, 2020 12:04:44pm UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 13.37
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