MeowNex/cc/patpat

4 lines
70 B
Text
Raw Normal View History

2024-09-10 21:59:30 -07:00
from random import choice
a=['Prr!', "Meep!", '-w-']
print(choice(a))