Functions, especially built in functions are really meant to help organize and sort certain lines of code to be used multiple times throughout the code block, as once it is created, it can be used multiple times so long it is called correctly. It can also assist in lowering the overall amount of code used in basic tasks