MeowNex/cc/honest_opinion

4 lines
237 B
Text
Raw Normal View History

2024-12-03 13:18:27 -08:00
#!/usr/bin/python3
from random import choice
2024-12-03 19:44:54 -08:00
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?"]
2024-12-03 13:18:27 -08:00
print(choice(opinions))