Get detailed and reliable answers to your questions on IDNLearn.com. Ask any question and get a thorough, accurate answer from our community of experienced professionals.
Answer:
Explanation:
a = input("what kind of pet the user has")
if a == 'cat':
print("Too bad")
elif a == 'dog':
print("Lucky you!")