From cfd859e00f5af51be1db4ee8ad1a48fee07b9e8c Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 3 Dec 2024 13:18:27 -0800 Subject: [PATCH] Add cc/honest_opinion --- cc/honest_opinion | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cc/honest_opinion 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