Answer the question
In order to leave comments, you need to log in
How to make sqlite query?
good evening everyone please tell me how
a = int(input("ID: ")) , str(input("TEXT: ")), int(input("PRISE: "))
Answer the question
In order to leave comments, you need to log in
convert the tuple to a string,
something likestroka = ','.join(a)
It's more correct like this:
This, in contrast to forming the query as a string, will save you from SQL injections.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question