Python Code Challenge

125 - Create a function that takes in a list of numbers and a tuple that contains two numbers, and returns a new list that contains only the numbers in the list that are between the two numbers in the tuple.