1
0
Fork 0
forked from swee/MeowNex
MeowNex/cc/honest_opinion
2024-12-04 13:21:48 -08:00

4 lines
No EOL
329 B
Python

#!/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."]
print(choice(opinions))