frank (frank_phuong)

Race #1

View Pit Stop page for race #1 by frank_phuongGhost race

View profile for frank (frank_phuong)

Official speed 44.11 wpm (51.69 seconds elapsed during race)
Race Start June 29, 2024 3:37:44pm UTC
Race Finish June 29, 2024 3:38:36pm UTC
Outcome No win (2 of 3)
Opponents 1. legallystoopid (62.49 wpm)
Accuracy 94.0%
Points 16.91
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