IndexError

exception IndexError

Raised when a sequence subscript is out of range. (Slice indices are silently truncated to fall in the allowed range; if an index is not an integer, TypeError is raised.)

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.