name1 = input( "What is the first person's name:" ) length1 = len( name1 ) name2 = input( "What is the second person's name:" ) length2 = len( name2 ) match = len(name1) + len(name2) print( match % 11, "/10" )