Write a Python function called create_list that takes a list…
Write a Python function called create_list that takes a list of integers called values as parameter. The function should create and return a list of numbers in the values list that are even.