- Python Data Structures and Algorithms
- Benjamin Baka
- 89字
- 2021-07-09 19:45:02
Sequences
Sequences are ordered sets of objects indexed by non-negative integers. Lists and tuples are sequences of arbitrary objects, strings are sequences of characters. String, tuple, and range objects are immutable. All sequence types have a number of operations in common. For all sequences, the indexing and slicing operators apply as described in the previous chapter. Note that for the immutable types, any operation will only return a value rather than actually change the value.
All sequences have the following methods:

In addition, all sequences support the following operations:

推薦閱讀
- Extending Jenkins
- Learning ROS for Robotics Programming(Second Edition)
- C語言程序設(shè)計(第3版)
- Microsoft Dynamics 365 Extensions Cookbook
- Developing Middleware in Java EE 8
- Unity Virtual Reality Projects
- Scratch真好玩:教小孩學(xué)編程
- Julia高性能科學(xué)計算(第2版)
- Application Development with Parse using iOS SDK
- Python Projects for Kids
- Python機器學(xué)習(xí)與量化投資
- 數(shù)字媒體技術(shù)概論
- iOS Development with Xamarin Cookbook
- Clojure Data Structures and Algorithms Cookbook
- Python滲透測試編程技術(shù):方法與實踐(第2版)