name1 = input("What is the first persons name: ") name2 = input("What is the second persons name: ") length1 = len(name1) length2 = len(name2) LoveMatch = (length1 * length2) % 11 print("your Love Match Score Is:", LoveMatch) l