Fix python code tag

This commit is contained in:
Isabelle Viktoria Maciohsek
2021-01-09 23:28:19 +02:00
parent 6ca625f686
commit d4abc910af
6 changed files with 10 additions and 10 deletions

View File

@ -18,7 +18,7 @@ The main difference between the two is that the `is` keyword checks for referenc
Here are some examples to clear up any confusion:
```python
```py
a = [1, 2, 3]
b = a
c = [x for x in a]