POSTURE (borat_kz)

Race #7

View Pit Stop page for race #7 by borat_kzGhost race

View profile for POSTURE (borat_kz)

Official speed 55.95 wpm (40.75 seconds elapsed during race)
Race Start August 21, 2023 3:25:14pm UTC
Race Finish August 21, 2023 3:25:55pm UTC
Outcome No win (2 of 2)
Opponents 1. xquyen (59.70 wpm)
Accuracy 96.0%
Points 21.45
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