i know how to use the max/min function in python, but for my class i have to use a for loop. here are the instructions: "given the python list [5,8,9,10] write a python program which uses a for loop to identify the largest integer in the list.
Thanks