This website requires JavaScript.
Explore
Help
Sign In
ada
/
csc-python-solutions
Watch
1
Star
0
Fork
0
You've already forked csc-python-solutions
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
csc-python-solutions
/
13
/
2 - Monkey in the Middle.py
Lukas Baumann
2c6fb29652
Create 2 - Monkey in the Middle.py
2021-02-18 08:37:19 +01:00
3 lines
40 B
Python
Raw
Permalink
Blame
History
def
middle
(
L
)
:
return
L
[
len
(
L
)
/
/
2
]
Reference in New Issue
View Git Blame
Copy Permalink