name1 = input("What is the first persons name:") length1 = len(name1) name2 = input ("What is the second persons name.") length2 = len(name2) match = length1 * length2 %11 if match <= 2: print("You are a horfic match") elif match <=5: print ("Dont really bother") elif match <=8: print ("Your match is pretty good") elif match <=10: print ("Wife her up right now")