Can I read Python Sequences: Strings, Lists, Tuples on EtoBox?
Python Sequences: Strings, Lists, Tuples by Haidee Venturillo is a document available to read on EtoBox.
What is Python Sequences: Strings, Lists, Tuples about?
1. This document discusses operations that can be performed on sequences such as strings, lists, and tuples in Python. 2. It covers indexing and slicing to access individual elements or subsequences, computing length, concatenation and repetition, splitting and joining strings. 3. The key differences between strings, lists, and tuples are also explained, such as strings being immutable sequences of characters and tuples being like lists but immutable.
- Author
- Haidee Venturillo
- Language
- EN