correction dictReader

This commit is contained in:
2022-02-24 09:24:25 +01:00
parent 25fea6ad84
commit 7ba078ff3b
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ def projection(table, liste_attributs):
- La fonction *select* vu au dessus peut-être utilisée comme ceci :
```python
select(T,"'17' in ligne.values()")
select(T,"'19' in ligne.values()")
```
Que renvoie cet appel de fonction ?