Write a program that finds the maximum element in a list below. DO NOT use any built in function like max() or sort() et
Posted: Fri May 20, 2022 10:10 am
Write a program that finds the maximum element in a list
below. DO NOT use any built in function like max() or
sort() etc.
my_list = [4,1,2,4,6,7,2,3]
below. DO NOT use any built in function like max() or
sort() etc.
my_list = [4,1,2,4,6,7,2,3]