Ajout C3.tex + C3.pdf
This commit is contained in:
parent
bdc7ff7d13
commit
4c85f09c74
49 changed files with 860 additions and 0 deletions
5
C3/codes/q19_16.py
Normal file
5
C3/codes/q19_16.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
placard = { 'chemise': 3, 'pantalon': 6, 'tee shirt': 7 }
|
||||
placard['chaussette'] = 4
|
||||
placard['chemise'] = 5
|
||||
|
||||
L = list(placard.values())
|
||||
Loading…
Add table
Add a link
Reference in a new issue