Functions
append()
len() - returns the length of a list
range()
int()
input()
sorted() - returns the sorted version of a list
Higher-Order Functions
Functions Applied to Functions
Functions that operate on other functions are called Higher-Order functions
Last updated