Taiwan is a country (17lingh1)

Race #5

View Pit Stop page for race #5 by 17lingh1Ghost race

View profile for Taiwan is a country (17lingh1)

Official speed 46.76 wpm (48.76 seconds elapsed during race)
Race Start November 10, 2021 12:36:13am UTC
Race Finish November 10, 2021 12:37:02am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 17.93
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