I am currently working on a code where I want to implement something like this:
if current_time is more that 12_am:
hello = "world"
Basically I want to set or change a variable if the current time in my computer is more than 12 am.
I did some research on datetime, however I could not find a function that does as told above.
If there is already an answer to this, please do redirect me and excuse my clumsiness.