def main(): print('==Exercise 2==') lst=[10, 99, 98, 85, 45, 59, 65, 66, 76, 12, 35, 13, 100, 80, 95] print(f"List:{lst}") itr,lenlst = 0,len(lst) while itr