Update cc/honest_opinion #1

Merged
swee merged 1 commit from 10kilo/MeowNex:main into main 2024-12-04 13:23:22 -08:00
Showing only changes of commit 48345ca633 - Show all commits

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? Answer: Chaos!", "Protogens don't run on swap, 1TB of physical RAM!"]
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."]
print(choice(opinions))