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
iter(d)