From the river to the sea (drarthwrarder)

Race #2

View Pit Stop page for race #2 by drarthwrarderGhost race

View profile for From the river to the sea (drarthwrarder)

Official speed 54.22 wpm (42.05 seconds elapsed during race)
Race Start July 9, 2023 6:23:19am UTC
Race Finish July 9, 2023 6:24:01am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 20.78
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