From 298bddfc95cecc33d479d549ec2c98a71b15cf3d Mon Sep 17 00:00:00 2001 From: Depresst0 Date: Tue, 3 Dec 2024 19:44:54 -0800 Subject: [PATCH] cereal --- cc/honest_opinion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/honest_opinion b/cc/honest_opinion index 1914401..681113c 100644 --- a/cc/honest_opinion +++ b/cc/honest_opinion @@ -1,4 +1,4 @@ #!/usr/bin/python3 from random import choice -opinions = ["Oreos are better than Chips Ahoy!", "Human baka, be furry!"] +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?"] print(choice(opinions)) \ No newline at end of file