diff --git a/cc/honest_opinion b/cc/honest_opinion index 681113c..86765c8 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?"] +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)) \ No newline at end of file