shuffled neurons (spicytuna1)

Race #1

View Pit Stop page for race #1 by spicytuna1Ghost race

View profile for shuffled neurons (spicytuna1)

Official speed 96.98 wpm (23.51 seconds elapsed during race)
Race Start August 1, 2020 11:30:39pm UTC
Race Finish August 1, 2020 11:31:03pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 37.17
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