DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
remove element from dictionary python
thisdict
=
{
"brand"
:
"Ford"
,
"model"
:
"Mustang"
,
"year"
:
1964
}
thisdict
.
pop
(
"model"
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#remove
#element
#dictionary
#python
ADD COMMENT
Topic
COMMENT
Name
1+3 =
Submit