Page 1 of 1

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
by answerhappygod
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]