Skip to content

Instantly share code, notes, and snippets.

@NielsMinssen
Created December 10, 2023 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NielsMinssen/9473ea99392464f9c363c98422a9204d to your computer and use it in GitHub Desktop.
Save NielsMinssen/9473ea99392464f9c363c98422a9204d to your computer and use it in GitHub Desktop.
# Modification
mon_dictionnaire['clé1'] = 'nouvelle_valeur'
# Suppression
del mon_dictionnaire['clé2']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment