csc-python-solutions/13/2 - Monkey in the Middle.py

3 lines
40 B
Python
Raw Permalink Normal View History

2021-02-18 07:37:19 +00:00
def middle(L):
return L[len(L) // 2]