Intro to CS: Lecture 9 - Lambda functions, Tuples, and Lists
Topics: Tuples and lists
Lambda creates a procedure/function object, but does not bind a name to it. I’ve come across lambda functions throughout my experience so I am familiar with them. Another name for them is anonymous functions.
Going over tuples, and variable number of arguments. Came across this in my experience already.