Ajout C3.tex + C3.pdf
This commit is contained in:
parent
bdc7ff7d13
commit
4c85f09c74
49 changed files with 860 additions and 0 deletions
10
C3/codes/q32_34.py
Normal file
10
C3/codes/q32_34.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
n1 = { 'nom': "Albert", 'NSI': 12.3, 'maths': 14.0,
|
||||
'physique': 8.7 }
|
||||
n2 = { 'nom': "Béatrice", 'NSI': 12.3, 'maths': 11.0,
|
||||
'physique': 12.5 }
|
||||
n3 = { 'nom': "Colin", 'NSI': 12.3, 'maths': 7.0,
|
||||
'physique': 15.7 }
|
||||
n4 = { 'nom': "Daniel", 'NSI': 13.4, 'maths': 9.0,
|
||||
'physique': 5.2 }
|
||||
n5 = { 'nom': "Emilie", 'NSI': 16.1, 'maths': 5.3,
|
||||
'physique': 14.4 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue