13,420
edits
Changes
no edit summary
<br><br>
= INVESTIGATION 1: USING FUNCTIONS =
In Python a Function is a predefined set of code, this code is loaded into python, but it does not immediately perform any actions. Functions may accept arguments or return values, but functions do no have to do either. Until a Function is specifically told to execute, it's code will sit unused.