I write a program in python as following:
def describe_pet(animal_type, pet_name): print("\\n I have a" + animal_type + ".") print