Programming Basics/Functions
Appearance
Functions used to store code that is used multiple times throughout a program, especially bits of code that repeat throughout a program.
Functions often take input to make them more versatile. This input is called an argument.