Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
Fetches the next row of a query result set, returning a single sequence, or None when no more data is available.
fetchone
if print(sql.fetchone()) == None:
elif print(sql.fetchone()[0]) == 1:
any(i in s for i in array)