Ajout C3.tex + C3.pdf
This commit is contained in:
parent
bdc7ff7d13
commit
4c85f09c74
49 changed files with 860 additions and 0 deletions
8
C3/codes/q35_42.py
Normal file
8
C3/codes/q35_42.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
def clearfield(f):
|
||||
for i in range(len(f)):
|
||||
fiche[i]['code'] = None
|
||||
return f
|
||||
|
||||
fiche = [{"nom": "pierre", "note": 5.99,
|
||||
"code": 125},{"nom": "pol", "note": 2.99,
|
||||
"code": 82},{"nom": "jack", "note": 7.99, "code": 135}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue