bkjoy bkjoy 03-11-2020 Computers and Technology contestada List CompareCreate a program using python that performs the following;- Creats a program that compares to lists and outputs all the numbers that are not common in both lists.- lista = [1, 3, 5 ,7 ,9, 11, 13]- listb = [2, 3, 4, 6, 7, 8, 10, 11, 12]