cs164 hw6
# Homework 6: `apply` and Variadic Functions In this homework, you’ll extend the function calls we developed in class with two additional features: – **The `apply` operation**, which takes in the name of a function and a list of arguments and calls the functions on those arguments. Lists are defined as in Homework 4: either …