You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/02-basics.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -424,7 +424,7 @@ True
424
424
If you need to refer to a specific element (character) in a string,
425
425
you can do so by specifying the index of the character in `[]`
426
426
you can also use indexing to select a substring of the string. In Python,
427
-
indexes begin with `0` (see [Index Operator: Working with the Characters of a String](http://www.interactivepython.org/courselib/static/thinkcspy/Strings/IndexOperatorWorkingwiththeCharactersofaString.html) for a visual).
427
+
indexes begin with `0` (see [Strings and Character Data in Python: String Indexing](https://realpython.com/python-strings/#string-indexing) for a visual).
0 commit comments