1
0
Fork 0
forked from swee/MeowNex
MeowNex/cc/bap

4 lines
71 B
Text
Raw Normal View History

2024-09-10 21:59:30 -07:00
from random import choice
a = ['Beep!', 'T-T', 'Ow!']
print(choice(a))