GINOO AND FLANEUR I LOVE YOU TOO (mako640)

Race #2

View Pit Stop page for race #2 by mako640Ghost race

View profile for GINOO AND FLANEUR I LOVE YOU TOO (mako640)

Official speed 122.66 wpm (18.59 seconds elapsed during race)
Race Start October 3, 2018 4:51:08pm UTC
Race Finish October 3, 2018 4:51:27pm UTC
Outcome No win (1 of 1)
Accuracy 98.0%
Points 47.02
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