1
0
Fork 0
forked from swee/MeowNex

Add cc/honest_opinion

This commit is contained in:
Nova Cat 2024-12-03 13:18:27 -08:00
parent eec4d685a9
commit cfd859e00f

4
cc/honest_opinion Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/python3
from random import choice
opinions = ["Oreos are better than Chips Ahoy!", "Human baka, be furry!"]
print(choice(opinions))