Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Popitem() Method | Dictionary
course content

Conteúdo do Curso

Python Data Structures

Popitem() MethodPopitem() Method

Dictionaries also have a popitem() method that removes and returns the last key-value pair.

Tarefa

Consider the dictionary below:

Remove the last three entries from the dictionary using the popitem() method.

Tudo estava claro?

Seção 2. Capítulo 7
toggle bottom row
course content

Conteúdo do Curso

Python Data Structures

Popitem() MethodPopitem() Method

Dictionaries also have a popitem() method that removes and returns the last key-value pair.

Tarefa

Consider the dictionary below:

Remove the last three entries from the dictionary using the popitem() method.

Tudo estava claro?

Seção 2. Capítulo 7
toggle bottom row
some-alt