i_type_fast_with_good_posture (its_over_i_have_da_high_ground)

Race #3

View Pit Stop page for race #3 by its_over_i_have_da_high_groundGhost race

View profile for i_type_fast_with_good_posture (its_over_i_have_da_high_ground)

Official speed 52.13 wpm (43.74 seconds elapsed during race)
Race Start April 16, 2021 12:50:53am UTC
Race Finish April 16, 2021 12:51:37am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 19.98
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