typo
All checks were successful
Check syntax / check (push) Successful in 7s

This commit is contained in:
Nova Cat 2024-12-24 19:41:31 -08:00
parent d9fcb5427c
commit 62b6c04fc3

View file

@ -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!", "Cereal goes before milk!", "Cereal goes before milk, but what if I pour cereal before bowl? Answer: Chaos!", "Protogens don't run on swap, 1TB of physical RAM!", "Generative AI sucks.", "Y'know, we've all fought about ceareal going before milk, but nobody discussed about if choccy powder goes before milk!! ;-;"] 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? Answer: Chaos!", "Protogens don't run on swap, 1TB of physical RAM!", "Generative AI sucks.", "Y'know, we've all fought about cereal going before milk, but nobody discussed about if choccy powder goes before milk!! ;-;"]
print(choice(opinions)) print(choice(opinions))