Click here to Skip to main content
15,904,655 members

Comments by tara lara (Top 8 by date)

tara lara 21-Jun-20 22:24pm View    
Thank you so much!! I can't believe I didn't see that error the first time. Sorry about that.
tara lara 21-Jun-20 13:21pm View    
Hello. I looked at the website. I re-wrote the function like this:

def infoB(year, sem):
return cursor.execute("SELECT * FROM COURSES WHERE sem_year = :year AND semester = :sem", {"year": year, "sem": sem})

My function still is not returning anything. I tried doing this instead:

def infoB(year, sem):
return cursor.execute("SELECT * FROM COURSES WHERE sem_year = :year AND semester = :sem ", {"year": uyear, "sem": usem})

But I get an error with this. Can you refer me to another website?
tara lara 20-Jun-20 12:25pm View    
Hi. Ok, I tried that but it's still not returning any values. Does anyone have any other idea?
tara lara 19-Dec-19 18:10pm View    
That's true. Most parts of the world don't use the AM/PM system.
tara lara 18-Dec-19 13:22pm View    
Do you know what function this is and how to use it for buttons? I don't necessarily want all of the buttons to be checked off but I want to write an "if-statement" that will check off the box according to the local time.