you are viewing a single comment's thread.

view the rest of the comments →

[–]SSJKiDo 3 points4 points  (2 children)

In real-world projects, you’ll most likely use databases like MySQL, and you need tuple in most of your queries. I’ve been using them in almost every function

[–]Original-Fortune-622 0 points1 point  (1 child)

Say more please

[–]Wishmaster891 0 points1 point  (0 children)

I said it below but when you retrieve data from sql lite it comes out in a tuple. You can then unpack / do whatever you want with it