Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

subscriptable meaning in 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.
Source by careerkarma.com #
 
PREVIOUS NEXT
Tagged: #subscriptable #meaning #python
ADD COMMENT
Topic
Name
4+2 =