edwins-lab / the_python_workbook

to track exercises and issues of the python workbook
0 stars 6 forks source link

introduction to programming excercise 33 #12

Open akashm-25 opened 4 years ago

akashm-25 commented 4 years ago

How to find the middle number ?

ravish0007 commented 4 years ago

find length of the list, from the length tear down the middle index and access the element from list indexing