diff --git a/cc/honest_opinion b/cc/honest_opinion new file mode 100644 index 0000000..1914401 --- /dev/null +++ b/cc/honest_opinion @@ -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)) \ No newline at end of file