Rohit Singh (himynameisrohitsingh)

Race #1

View Pit Stop page for race #1 by himynameisrohitsinghGhost race

View profile for Rohit Singh (himynameisrohitsingh)

Official speed 57.13 wpm (39.91 seconds elapsed during race)
Race Start March 15, 2019 5:56:54am UTC
Race Finish March 15, 2019 5:57:34am UTC
Outcome No win (2 of 3)
Opponents 1. spondulix (85.25 wpm)
Accuracy 94.0%
Points 21.90
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