kostis (oh_yeah_go)

Race #55

View Pit Stop page for race #55 by oh_yeah_goGhost race

View profile for kostis (oh_yeah_go)

Official speed 48.94 wpm (46.59 seconds elapsed during race)
Race Start January 25, 2022 8:57:42am UTC
Race Finish January 25, 2022 8:58:28am UTC
Outcome No win (2 of 3)
Opponents 1. franciscolopezsancho (50.99 wpm)
Accuracy 96.0%
Points 18.76
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