name1 = input("What is the first person's name: ") length1 = len(name1) name2 = input("What is the second person's name: ") length2 = len(name2) LoveMatch = (length1 * length2) % 11 print("The LoveMatch score is:", LoveMatch) if(LoveMatch)>=10: print("you are a terriable match!!!") elif(LoveMatch)<=8: print("shes not the one") elif: (LoveMatch)<=6 print("euggg,baaaaa yea")