Home
/
Python 3.11
/
Built-in Types
/
iter(d)
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Built-in Types
iter(d)
Python 3.11
Return an iterator over the keys of the dictionary. This is a shortcut for iter(d.keys()).
Syntax
PYTHON
Copy
iter(d)