(sidd_)

Race #197

View Pit Stop page for race #197 by sidd_Ghost race

View profile for (sidd_)

Official speed 155.81 wpm (14.63 seconds elapsed during race)
Race Start May 24, 2020 12:45:18am UTC
Race Finish May 24, 2020 12:45:33am UTC
Outcome Win (1 of 4)
Opponents 2. landarian (108.22 wpm)
3. streetfighterlan123 (91.23 wpm)
4. bladevampirek (79.51 wpm)
Accuracy 100.0%
Points 59.73
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