a = input() # take the input from the user 1st string b = input() # take the input from the user 2st string lenght_a = len(a) # check the lenght of the 1st String lenght_b = len(b) # check the lenght ...