csc-python-solutions/13/2 - Monkey in the Middle.py
2021-02-18 08:37:19 +01:00

3 lines
40 B
Python

def middle(L):
return L[len(L) // 2]