A function is a sequence of statements that belong together. The print() and str() functions are examples of built-in functions.

See that? When we want to use a function, we write its name followed by parentheses, within which we sometimes put values.