Add cc/honest_opinion
This commit is contained in:
parent
eec4d685a9
commit
cfd859e00f
1 changed files with 4 additions and 0 deletions
4
cc/honest_opinion
Normal file
4
cc/honest_opinion
Normal 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))
|
Loading…
Reference in a new issue