I'm trying to create a script that will print the amount of time left till I have to do a certain task.
e.g.
Biology class in 34 minutes.
I've tried
datetime.time(20, 30) - datetime.datetime.now()
but that doesn't work. I'm not sure how to incorporate time in hours and seconds instead of days and years.