Create 2 - Monkey in the Middle.py

This commit is contained in:
Lukas Baumann 2021-02-18 08:37:19 +01:00 committed by GitHub
parent 6c87c855c1
commit 2c6fb29652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,2 @@
def middle(L):
return L[len(L) // 2]