Glossary coding Term Page

enumerate

A built-in that yields both the index and the value during iteration

enumerate #coding#python
Korean version

Related Concepts

Core Idea

enumerate is A built-in that yields both the index and the value during iteration. It usually makes the most sense alongside Control flow, Iterable, break / continue.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept