Update head.md

This commit is contained in:
Isabelle Viktoria Maciohsek
2019-12-22 21:21:12 +02:00
committed by GitHub
parent 23f008ca2a
commit 051e0db2c4

View File

@ -5,7 +5,7 @@ tags: list,beginner
Returns the head of a list.
use `lst[0]` to return the first element of the passed list.
Use `lst[0]` to return the first element of the passed list.
```py
def head(lst):