print("\033c") name1 = input("What is the first persons name? ") name2 = input("What is the second persons name? ") import random lovelevel = random.randint(1, 100) print (f"Total Match Percentage for {name1} and {name2} = {lovelevel}%")