Update snippet descriptions

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-11-02 19:28:05 +02:00
parent 0ab4b3dbc5
commit 0a2f7993f7
24 changed files with 63 additions and 51 deletions

View File

@ -13,5 +13,5 @@ def initial(lst):
```
```py
initial([1, 2, 3]) # [1,2]
initial([1, 2, 3]) # [1, 2]
```