Pour ajouter une valeur ou une clé à un dictionnaire python - version Windows 7, Windows 8, Windows 10 -, on introduit le nom du dictionnaire Python suivie de la clé entre crochets = nouvelle valeur.
Pour supprimer une valeur ou une clé d'un dictionnaire Python on applique la méthode pop à la clé en question.Pour supprimer une valeur qui se trouve à la fin du dictionnaire Python, on utilise la méthode popitem.
To add a value or a key to a python dictionary - version Windows 7, Windows 8, Windows 10 -, we introduce the name of the Python dictionary followed by the key in brackets = new value.
To delete a value or a key from a Python dictionary, apply the pop method to the key in question. To remove a value at the end of the Python dictionary, use the popitem method.
Pour une bonne visualisation de la video, utiliser le navigateur Google Chrome ou chromium.
For a good visualization of the video, use the Google Chrome browser or chromium browser.