Ajout C3.tex + C3.pdf
This commit is contained in:
parent
bdc7ff7d13
commit
4c85f09c74
49 changed files with 860 additions and 0 deletions
12
C3/codes/q20_17.py
Normal file
12
C3/codes/q20_17.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
L = []
|
||||
L.append({'marque': 'Canon', 'modele': 'EOS 7D',
|
||||
'focale': '19mm', 'flash': False})
|
||||
L.append({'marque': 'Nikon', 'modele': 'CoolPix A1000',
|
||||
'focale': '19mm', 'flash': True})
|
||||
L.append({'marque': 'Sony', 'modele': 'HK 350',
|
||||
'focale': '24mm', 'flash': False})
|
||||
L.append({'marque': 'Sony', 'modele': 'HK 350',
|
||||
'focale': '19mm', 'flash': True})
|
||||
# ……
|
||||
# et ainsi de suite, d'autres informations ont été ajoutées
|
||||
# ……
|
||||
Loading…
Add table
Add a link
Reference in a new issue