diff --git a/Scripting/Python/Manip-donnees.html b/Scripting/Python/Manip-donnees.html index c83678d..1bb7db9 100644 --- a/Scripting/Python/Manip-donnees.html +++ b/Scripting/Python/Manip-donnees.html @@ -2,7 +2,7 @@ title: Python - Manipulation des données description: published: true -date: 2021-06-07T13:44:13.744Z +date: 2021-06-07T13:45:20.887Z tags: editor: ckeditor dateCreated: 2021-06-07T08:01:47.026Z @@ -92,7 +92,7 @@ a, b = example()
>>> dictio["SUV"][1]
'C-HR'
Le format json n'est rien d'autre qu'un dictionnaire. Pour lire un fichier json il suffira alors de le charger et nous obtiendrons le même dictionnaire créé avant.
+Le format json n'est rien d'autre qu'un dictionnaire. Pour lire un fichier json il suffira alors de le charger et nous obtiendrons le même dictionnaire que nous avions créé.
Contenu du fichier "voitures.json" :
{