I am trying to create a program that accepts two lists. The first list being any number, the second list being the probability of the number being output. The program will ask for input on the number and then probability. The program then merges these two so they map each other. The program should then return one number based on the probability entered.I am trying to create a program that accepts tw