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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Write a program that finds the maximum element in a list below. DO NOT use any built in function like max() or sort() et
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!