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]
Write a program that finds the maximum element in a list below. DO NOT use any built in function like max() or sort() et
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am