Python strings are indexed starting from zero to the length of the given string - 1. For example, the string Python is indexed as 0,1,2,3,4,5. The 0 is the ...
確定! 回上一頁