Committee of the Absurdly Important: Next Minute Resolution 4

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.

Agenda

View the decision

Current Decision

`import random
import coffee_machine_status

if random.random() > 0.5:
  print("CAKE")
else:
  print("PIE")`