Salam Adel (salam1800)

Race #270

View Pit Stop page for race #270 by salam1800Ghost race

View profile for Salam Adel (salam1800)

Official speed 49.79 wpm (45.79 seconds elapsed during race)
Race Start March 4, 2024 10:16:17pm UTC
Race Finish March 4, 2024 10:17:03pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 19.09
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