SIGN IN SIGN UP

Update FindMax.py (#588)

Issues in previous code:
`Line 3` math module is not used so we don't have to import it
`Line 5`, `max = 0` will give wrong answer (0) when the list contains only -ve elements, as 0 will always be larger than the elements.
A
Ashwek Swamy committed
32db8be93e2821900917daec200a0c914b7cc00c
Parent: d8e3302
Committed by Libin Yang <contact@yanglibin.info> on 11/1/2018, 1:55:28 PM