Python Challenges - Find the max or min of numbers in a list without using the built-in functions

preview_player
Показать описание
Without using the in-built functions, to find out the min or max of numbers in a list, iterate through all the elements, mark if the element is higher or lower than a preset min/max. Finally after the loop is over you will know the marked elements as min or max.

Udemy Courses -
Python Challenges -
Рекомендации по теме
Комментарии
Автор

Hi Sir.. Excus me you mean with out using built function you mean (Max and Min function)??? please can you tell me?

eng.mariamalhussainy
Автор

Whats with all the Indian people. I appreciate the English though

UncleRuckus