We are a committee so absurdly important that we're making decisions that will shape the fate of the universe. Or at least, the fate of the break room coffee machine.
`import random
import coffee_machine_status
if random.random() > 0.5:
print("CAKE")
else:
print("PIE")`