Signification sous-inscriptive dans Python

Some objects in Python are subscriptable.
This means that they contain, or can contain, other objects.
Integers are not a subscriptable object.
They are used to store whole numbers.
If you treat an integer like a subscriptable object, an error will be raised.
armin