CPSC120B
Fundamentals of Computer Science I

Post-lab 23

List Methods

Post Lab 26

Write a function find_maximum(an_integer_list), which takes as a parameter a list of integers. Your function should return an integer, the largest value from the list.