Abdallah Fialah (abdallah_fialah)

Race #1

View Pit Stop page for race #1 by abdallah_fialahGhost race

View profile for Abdallah Fialah (abdallah_fialah)

Official speed 27.56 wpm (82.73 seconds elapsed during race)
Race Start July 31, 2023 7:02:42pm UTC
Race Finish July 31, 2023 7:04:05pm UTC
Outcome No win (2 of 2)
Opponents 1. bootsmctoast (40.70 wpm)
Accuracy 94.0%
Points 10.57
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