From d9fcb5427c6915739f080c8b64a5729476e25a20 Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 24 Dec 2024 19:40:06 -0800 Subject: [PATCH] Update cc/honest_opinion --- cc/honest_opinion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/honest_opinion b/cc/honest_opinion index 6e90fbb..38c36e4 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!", "Cereal goes before milk!", "Cereal goes before milk, but what if I pour cereal before bowl? Answer: Chaos!", "Protogens don't run on swap, 1TB of physical RAM!", "Generative AI sucks."] +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!", "Protogens don't run on swap, 1TB of physical RAM!", "Generative AI sucks.", "Y'know, we've all fought about ceareal going before milk, but nobody discussed about if choccy powder goes before milk!! ;-;"] print(choice(opinions)) \ No newline at end of file