Chieh laptop (leejay8011piq)

Race #20

View Pit Stop page for race #20 by leejay8011piqGhost race

View profile for Chieh laptop (leejay8011piq)

Official speed 76.43 wpm (29.83 seconds elapsed during race)
Race Start September 20, 2023 3:54:12pm UTC
Race Finish September 20, 2023 3:54:41pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 29.30
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