coffee = "brewed"
headphones = "on"
mood = "peaceful"
tasks = load("side_project")
print("gm, time to build")
for task in tasks:
work_on(task)