Update snippet descriptions

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-11-02 19:28:35 +02:00
parent 98b5f67412
commit bff03eb7f4
23 changed files with 72 additions and 51 deletions

View File

@ -5,7 +5,7 @@ tags: list,beginner
Returns a list of elements that exist in both lists.
- Use list comprehension on `a` to only keep values contained in both lists.
- Use a list comprehension on `a` to only keep values contained in both lists.
```py
def similarity(a, b):