Index means the position of an item or, in this case position of a character in a string. E.g. In “Python” - the index of 'P' is 0 and 'y' is 1 ...
確定! 回上一頁