INDO EUROPEAN (indo_european_sun_god)

Race #12

View Pit Stop page for race #12 by indo_european_sun_godGhost race

View profile for INDO EUROPEAN (indo_european_sun_god)

Official speed 63.79 wpm (35.74 seconds elapsed during race)
Race Start November 12, 2021 1:00:21pm UTC
Race Finish November 12, 2021 1:00:57pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 24.45
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