Обсуждения
The marketing department wants to focus on the customers from North America first. Gets the ID, last name and country of all customers. Build the list by bringing up the customers living in Canada and in the USA first, and finally ordered them by ID. Tip: Use the IN expression in the ORDER BY
help me please😯😐😐
0 голосов
8 ответов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 голос
4 ответовProblem with blog
0 голосов
1 ответАктуальное сегодня
API
0 Votes
Help for roadmap
0 Votes
Sockets, etc
0 Votes
Necesitó ayuda
0 Votes
Controls issue
0 Votes