from random import choice
a=['Prr!', "Meep!", '-w-']
print(choice(a))