For example, to remove the first character from the string (its index is 0) take the slice S[1:] . Similarly if you omit the first parameter, then Python takes ...
確定! 回上一頁