Functions
最后更新于:2022-04-01 03:12:35
# Functions
Functions, are one of the most powerful and essential notions in programming.
Functions like mathematical functions perform transformations, they take input values called **arguments** and **return** an output value.
';