python

MRAB python at mrabarnett.plus.com
Sat Feb 22 15:37:23 EST 2020


On 2020-02-22 18:18, lberia460 at gmail.com wrote:
> hi guys can you help me.how to find maximum and minimum in list using while loop python
> 
You don't need to use a loop. Use the 'max' and 'min' functions.


More information about the Python-list mailing list