ninjamangaming3 ninjamangaming3 09-12-2020 Computers and Technology contestada # 12/9/2020def main(): theAnswer = input("do you like dogs?:")if(theAnswer == "yes"): thing = ("Ok so you are normal")else: thing = ("....you monster...") main()Whats wrong with my code???