Home
/
Python 3.11
/
Built-in Types
/
keys
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Built-in Types
keys
Python 3.11
Return a new view of the dictionary’s keys. See the documentation of view objects.
Syntax
PYTHON
Copy
keys()
See Also
documentation of view objects