Race Result Details |
| Racer | Tấn Phát (pankiu) |
| Race Number | 2 |
| Date | Tue, 29 Oct 2024 9:27:04 |
| Universe | code |
| Speed |
34 WPM
Try to beat?
|
| Accuracy | 93.9% |
| Rank | 4th place (out of 8) |
| Opponents | daclacthanh (2nd place) hiennhan (7th place) minh_sang (3rd place) ngochovippro (8th 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)
|
