Alex (atduffaut)

Race #1

View Pit Stop page for race #1 by atduffautGhost race

View profile for Alex (atduffaut)

Official speed 56.86 wpm (40.10 seconds elapsed during race)
Race Start August 2, 2023 5:40:04pm UTC
Race Finish August 2, 2023 5:40:44pm UTC
Outcome No win (2 of 3)
Opponents 1. bhainesva (86.27 wpm)
Accuracy 95.0%
Points 21.79
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