name1 = input( "Enter the first name:" ) length1 = len( name1 ) name2 = input( "Enter the second name:" ) length2 = len( name2 ) LoveMatch = ((length1 * length2) % 11) print( "Your love match is" , LoveMatch , "/ 10" )