subscriptable
Subscriptable is a term used in computer programming that refers to an object that can be accessed using the square bracket notation []. It means that the object can be indexed or sliced using a numerical or string value within the brackets. For example, a list, tuple, or string in Python is subscriptable, as they can be accessed using the [] notation to retrieve a specific element or a range of elements. Subscriptable objects are commonly used in programming for data manipulation, filtering, and iteration
原文地址: https://www.cveoy.top/t/topic/fD1b 著作权归作者所有。请勿转载和采集!