BigHead (big_head0)

Race #15

View Pit Stop page for race #15 by big_head0Ghost race

View profile for BigHead (big_head0)

Official speed 43.63 wpm (52.26 seconds elapsed during race)
Race Start August 13, 2023 11:27:23am UTC
Race Finish August 13, 2023 11:28:15am UTC
Outcome No win (2 of 2)
Opponents 1. mohit_rider (46.18 wpm)
Accuracy 98.0%
Points 16.73
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