Samadou (samadou_10)

Race #1

View Pit Stop page for race #1 by samadou_10Ghost race

View profile for Samadou (samadou_10)

Official speed 57.75 wpm (39.48 seconds elapsed during race)
Race Start January 4, 2023 2:07:50pm UTC
Race Finish January 4, 2023 2:08:29pm UTC
Outcome No win (1 of 1)
Accuracy 94.0%
Points 22.14
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