Dyskusje Q&A
Help?
-2 głosów
8 odpowiedziAdd controls position (C#)
0 głosów
1 Odpowiedźis there anything wrong in this please answer
import string
from random import *
letters = string.ascii_letters
digits = string.digits
chars = letters + digits
min_length = 9
max_length = 15
password = "".join(choice(chars) for x in range(randint(min_length, max_length)))
print(password)
1 Głos
4 odpowiedziРазработать программу
0 głosów
1 Odpowiedźdeclaring
0 głosów
1 Odpowiedź