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!")
5.3m questions
6.9m answers