i_type_fast_with_good_posture (its_over_i_have_da_high_ground)

Race #4

View Pit Stop page for race #4 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 55.37 wpm (41.18 seconds elapsed during race)
Race Start April 16, 2021 2:12:59am UTC
Race Finish April 16, 2021 2:13:40am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 21.22
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