I am creating a Python script that receives an input (13 digit number). Then takes that number and checks if it's in my database (to check whether the person has registered). After that, it needs to check whether that person is logged in or not (in my database, I have a column called 'status' that is either 0 or 1). I can't, for the life of me, figure out how I can do the second query within my code.I am creating a Python script that receives an