Function to determine list max without itertools

Sayth Renshaw flebber.crue at gmail.com
Fri Apr 19 03:01:21 EDT 2019



  Set the first item in the list as the current largest. 
        Compare each subsequent integer to the first.
                if this element is larger, set integer. 



More information about the Python-list mailing list