In practice, Python constants are just variables that never change.
To prevent programmers from reassigning a name that's supposed to hold a constant, the Python community has adopted a naming convention: use uppercase letters.
Collection
[
|
...
]