Race Result Details |
| Racer | Nhân (hiennhan) |
| Race Number | 1 |
| Date | Tue, 29 Oct 2024 9:27:17 |
| Universe | code |
| Speed |
28 WPM
Try to beat?
|
| Accuracy | 96.2% |
| Rank | 7th place (out of 8) |
| Opponents | daclacthanh (2nd place) minh_sang (3rd place) ngochovippro (8th place) pankiu (4th place) vobao000 (6th place) |
Text typed:
|
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
— (other)
by www.pythonforbeginners.com
(see stats)
|
