We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfeede8 commit f5b1712Copy full SHA for f5b1712
Doc/tutorial/introduction.rst
@@ -333,6 +333,10 @@ slicing::
333
>>> word[42:]
334
''
335
336
+Some sequences also support extended slicing with a third "step" parameter:
337
+``s[i:j:k]``. See :ref:`Common Sequence Operations <typesseq-common>` for
338
+details.
339
+
340
Python strings cannot be changed --- they are :term:`immutable`.
341
Therefore, assigning to an indexed position in the string results in an error::
342
0 commit comments