#These questions will ask you about your favorite animal, then will summarize it.
def main( ) :
print("This program will ask you 4 questions")
animal1=input("what is your favorite animal?")
where=input("where does than animal live?")
fact=input("what is a interesting fact about your animal?")
Output:
Syntax Error: bad input on line 11
