.values()

design2461360801's avatar
Published May 23, 2022Updated Oct 13, 2023
Contribute to Docs

The .values() method returns all of its values of a Python dictionary in a view object that will reflect any changes to the dictionary values. It takes no arguments.

Syntax

dictionary.values()

Codebyte Example

The following example creates a dictionary, then prints all the values:

Code
Output
Loading...

All contributors

Contribute to Docs

Learn Python on Codecademy