name1 = input("What is your name") name2 = input("Whats the other persons name") length1 = len( name1) length2 = len( name2) love_match = (length1*length2) %11 print(love_match)