mp3hunters.com (rubyist)

Race #2

View Pit Stop page for race #2 by rubyistGhost race

View profile for mp3hunters.com (rubyist)

Official speed 57.25 wpm (39.83 seconds elapsed during race)
Race Start July 3, 2023 10:07:27am UTC
Race Finish July 3, 2023 10:08:07am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 21.95
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