Remove a key from a Dictionary in Python

Publié le: 22 novembre 2016
sur la chaîne: The American Developer
387
0

PLEASE COMMENT, SUBSCRIBE, AND SHARE!!!
Inspired by this stackoverflow link: http://stackoverflow.com/questions/11...

Source code for this simple video:
Create a dictionary
form1 = {"Name":"Steve", "Age":18, "College":"MIT"}

Test for dictionary
print form1

Remove key from dictionary
form1.pop("College", None)

Test to see if key has been deleted from dictionary
print form1


Sur cette page du site, vous pouvez voir la vidéo en ligne Remove a key from a Dictionary in Python durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur The American Developer 22 novembre 2016, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 387 fois et il a aimé 0 téléspectateurs. Bon visionnage!