Glossary coding Term Page

Set

an unordered collection type that forbids duplicates

set #coding#python
Korean version

Related Concepts

Core Idea

Set is an unordered collection type that forbids duplicates. It usually makes the most sense alongside Comprehension, Generator expression.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept