Chieh laptop (leejay8011piq)

Race #27

View Pit Stop page for race #27 by leejay8011piqGhost race

View profile for Chieh laptop (leejay8011piq)

Official speed 77.61 wpm (29.38 seconds elapsed during race)
Race Start September 20, 2023 4:03:22pm UTC
Race Finish September 20, 2023 4:03:51pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 29.75
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