Rules

  • Functions are defined using def.

  • Functions are called using parentheses.

  • Functions take parameters and can return outputs.

  • print displays information, but does not save a value.

  • return stores a value and gives it to the caller