On 2020-02-22 18:18, [email protected] 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. -- https://mail.python.org/mailman/listinfo/python-list
