name1 = input( "What is the first person's name?: " ) name2 = input( "What is the second person's name? " ) import random lovelevel = random.randint(1, 100) print("Total Match Percentage for", name1, "and", name2, "=" ,lovelevel,"%")