Problem Statement
- Develop simple function (you can define your problem statement as well), otherwise min function
- Take list as input parameter
- Loop through the list and return the minimum value
- Invoke the function
Please provide the code of the function, input, function invocation and sample output.