Skip to content

Instantly share code, notes, and snippets.

@sunx2
Last active January 25, 2022 11:30
Show Gist options
  • Save sunx2/f9c8bcd01765ad51d616bbccab119cab to your computer and use it in GitHub Desktop.
Save sunx2/f9c8bcd01765ad51d616bbccab119cab to your computer and use it in GitHub Desktop.
My life in a nutshell
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()
@sunx2
Copy link
Author

sunx2 commented Jul 1, 2019

thanks ^~^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment