Answer the question
In order to leave comments, you need to log in
Problem with fetchall() sqlite3. How to decide?
con=sqlite3.connect('users.db')
cur=con.cursor()
cur.execute("SELECT * FROM reviews")
res=cur.fetchall()
bot.send_message(message.chat.id, res)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question