DEV Community

Simon
Simon

Posted on • Updated on

Coffee makes Coding easier??

coffee = beverage("Caffeine")

if coffee.empty and project.unfinished:
    coffee.refill

elif coffee.full and project.unfinished:
    human.drink

else:
    human.sleep
Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
 
jonrandy profile image
Jon Randy 🎖️

This looks as if you'll be drinking cold coffee before bed, but only when the project is finished

Collapse
 
simon_ximon profile image
Simon

😳😳 I need to create a coffee attribute and assign a value of hot to it.