forked from swee/MeowNex
cereal
This commit is contained in:
parent
cfd859e00f
commit
298bddfc95
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
from random import choice
|
from random import choice
|
||||||
opinions = ["Oreos are better than Chips Ahoy!", "Human baka, be furry!"]
|
opinions = ["Oreos are better than Chips Ahoy!", "Human baka, be furry!", "Cereal goes before milk!", "Cereal goes before milk, but what if I pour cereal before bowl?"]
|
||||||
print(choice(opinions))
|
print(choice(opinions))
|
Loading…
Reference in a new issue