4 lines
No EOL
161 B
Python
4 lines
No EOL
161 B
Python
t = [{'type': 'marteau', 'prix': 17,
|
|
'quantité': 32},{'type': 'scie', 'prix': 24,
|
|
'quantité': 3},{'type': 'tournevis', 'prix': 8,
|
|
'quantité': 45}] |