Skip to content

Commit

Permalink
add slide
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaflach committed Feb 1, 2024
1 parent e99408c commit a860719
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ilp/04-listas.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,12 @@ for n in numeros:
print(n)
```
---

## Transformar ou filtrar elementos de listas

**List comprehensions** são usadas para
_transformar_ e _filtrar_ elementos de listas.

- **List comprehensions**

### Transformando elementos

```python
Expand Down

0 comments on commit a860719

Please sign in to comment.