Lannpha (lannpha)

Race #5

View Pit Stop page for race #5 by lannphaGhost race

View profile for Lannpha (lannpha)

Official speed 89.33 wpm (25.52 seconds elapsed during race)
Race Start November 18, 2020 7:56:50pm UTC
Race Finish November 18, 2020 7:57:15pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 34.24
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