1
0
Fork 0
forked from swee/MeowNex
MeowNex/cc/honest_opinion

4 lines
142 B
Text
Raw Normal View History

2024-12-03 13:18:27 -08:00
#!/usr/bin/python3
from random import choice
opinions = ["Oreos are better than Chips Ahoy!", "Human baka, be furry!"]
print(choice(opinions))