Update cc/honest_opinion

This commit is contained in:
James Ricketts 2024-12-03 19:47:38 -08:00
parent 298bddfc95
commit 003ba18b71

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
from random import choice
opinions = ["Oreos are better than Chips Ahoy!", "Human baka, be furry!", "Cereal goes before milk!", "Cereal goes before milk, but what if I pour cereal before bowl?"]
opinions = ["Oreos are better than Chips Ahoy!", "Human baka, be furry!", "Cereal goes before milk!", "Cereal goes before milk, but what if I pour cereal before bowl? Answer: Chaos!"]
print(choice(opinions))