name1 = ("what is the frst persons name? ") name2 = ("whats is the second perons name? ") length1 = len(name1) length2 = len(name2) match = (length1 * length2 % 11,"/10") if match <= 2 : print("you are terrible match") elif match > 2 : print("you probably shouldnt bother") elif match > 5 : print("you are a good match") else : print("You are a perfect match")