MeowNex/cc/meow

4 lines
214 B
Text
Raw Normal View History

2024-09-10 21:59:30 -07:00
from sys import argv
from random import choice
meows = ['Meow!', 'Nyaa~', 'Mrow.', 'Prr! :3', 'Hiss!', "Mrrp?", "Mreow.", "!woeM", "3: !rrP", "!ssiH", "~aayN", "Mew!", "Moew!"]
print(argv[1] + ": " + choice(meows))