Answer:
Step-by-step explanation:
a = input("what kind of pet the user has")
if a == 'cat':
print("Too bad")
elif a == 'dog':
print("Lucky you!")
4.6m questions
6.0m answers