A function is a named sequence of statements that performs a computation
int is a functionmin and max return the minimum and maximum
of their argumentsmin and max can also operate on iterables
such as stringslen can be used to return the length of a valueint, float, and str can be
used to convert typesimport math can be used to create the math object used
to access the module. characterhelp can be used to provide information about an
objecthelp(math) provides information about available math
functionsrandint returns a random integer between boundschoice selects one item from an iterable