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
Game | Time | WPM | Accuracy |
---|---|---|---|
73 | 2024-01-31 02:03:04 | 78.84 | 95.9% |
66 | 2024-01-09 21:03:16 | 64.66 | 95.2% |
60 | 2024-01-09 20:56:13 | 81.49 | 97.1% |
59 | 2024-01-04 23:22:57 | 81.42 | 97.7% |
57 | 2023-12-28 21:49:01 | 62.77 | 96.4% |
49 | 2023-12-20 01:20:41 | 64.02 | 95.5% |
47 | 2023-12-08 01:07:33 | 64.44 | 94.3% |
45 | 2023-12-03 19:35:08 | 62.03 | 95.7% |
44 | 2023-12-03 01:04:36 | 69.21 | 94.2% |
42 | 2023-12-01 19:54:36 | 76.16 | 97.1% |
26 | 2023-11-03 03:56:54 | 74.60 | 98.5% |
23 | 2023-11-03 00:25:58 | 64.95 | 96.8% |
21 | 2023-11-02 18:26:21 | 52.94 | 95.5% |
19 | 2023-10-29 01:51:54 | 52.49 | 94.3% |
12 | 2023-10-22 20:48:59 | 54.84 | 95.1% |