1
0
Fork 0
forked from swee/MeowNex

Update cc/honest_opinion

This commit is contained in:
Nova Cat 2024-12-03 19:53:01 -08:00
parent 003ba18b71
commit 0a33e1363b

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