Exercise 3: Use a loop to display elements from a given list present at odd index positions. Use the following list: my_
Posted: Fri Apr 29, 2022 7:12 am
Exercise 3: Use a loop to display elements from a given list present at odd index positions. Use the following list: my_list=[10, 20, 30, 40, 50, 60, 70, 80, 90, 100]