Object-Oriented Programming in Python 2-28
Python's str class
- A list can represent any sequence of objects
- A very common need in computing is for a
sequence of text characters.
- There is a specialized class, named str,
Python's str class A list can represent any sequence of objects A - - PowerPoint PPT Presentation
Python's str class A list can represent any sequence of objects A very common need in computing is for a sequence of text characters. There is a specialized class, named str , devoted to manipulating character strings.
Object-Oriented Programming in Python 2-28
Object-Oriented Programming in Python 2-29
Object-Oriented Programming in Python 2-30
Object-Oriented Programming in Python 2-31
Object-Oriented Programming in Python 2-32
Object-Oriented Programming in Python 2-33
Object-Oriented Programming in Python 2-34
Object-Oriented Programming in Python 2-35
Object-Oriented Programming in Python 2-36
Object-Oriented Programming in Python 2-37
Object-Oriented Programming in Python 2-38
Object-Oriented Programming in Python 2-39
Object-Oriented Programming in Python 2-40
Object-Oriented Programming in Python 2-41
Object-Oriented Programming in Python 2-42
Object-Oriented Programming in Python 2-43
Object-Oriented Programming in Python 2-44
Object-Oriented Programming in Python 2-45
Object-Oriented Programming in Python 2-46
Object-Oriented Programming in Python 2-47
Object-Oriented Programming in Python 2-48
Object-Oriented Programming in Python 2-49
Object-Oriented Programming in Python 2-50
Object-Oriented Programming in Python 2-51
Object-Oriented Programming in Python 2-52