How do you fix this code in computer science?
dogs = input("Do you like dogs?")
if dogs == "yes" or dogs == "YES":
fish = input("Do you also like fish?")
if fish == "yes" or fish == "YES":
print("What an animal lover!")
else:
print("Yeah, dogs are great!")
else:
cats = input("What about cats?")
if cats == "no" or cats == "NO":
print("Maybe horses or bunnies?")
else:
print("Cats are cool")
Answers
Answered by
9
Answer:
I can't understand your question
..............
Answered by
1
Answer:
That's computer science
Similar questions