Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)
if (int(message.from_user.id)) in admins:
cur.execute("insert into subscriptions (id_user) values (?)",
(id_user))
Return a k sized list of elements chosen from the population with replacement. If the population is empty, raises IndexError.
i = input("Вопрос строчный?").lower()
if i == 'да':
ro = int (input("Вопрос числовой 1 "))
if ro < 10:
print ("ответ1! ")
elif ro >= 10:
print ("ответ1\n")
print ("ответ1")
elif i == 'нет':
ro = int(input("Вопрос числовой 2"))
if ro < 10:
print ("ответ2")
elif ro >= 10:
print ("ответ2\n")
print ("ответ2")