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/q27_27.py
Normal file
5
C3/codes/q27_27.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
repertoire = [{'nom':'Dupont', 'tel':'5234'},{'nom':'Tournes
|
||||
ol', 'tel':'5248'}, {'nom':'Dupond', 'tel':'3452'}]
|
||||
for i in range(len(repertoire)):
|
||||
if ...... :
|
||||
print(repertoire[i]['tel'])
|
||||
Loading…
Add table
Add a link
Reference in a new issue