from life import college, home
import food, rest, gaming, coding
if life.morning:
@life.wakeup
def gotocollege():
return college()
elif life.evening:
@life.tired
food()
gaming()
coding()
else:
@life.sleep
rest()
Last active
January 25, 2022 11:30
-
-
Save sunx2/f9c8bcd01765ad51d616bbccab119cab to your computer and use it in GitHub Desktop.
My life in a nutshell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's hilarious 😄