I write a program in python as following:
def describe_pet(animal_type, pet_name):
print("\n I have a" + animal_type + ".")
print("My" + animal_type + "'s name is " + pet_name.title() + ".")
It runs smoothly in sublime with ctrl+B, but I don't know how to input variable "animal type" or "pet_name" in sublime