basic
Contents
variables
python:
- 动态类型
- 无需声明;
- 区分 全局/局部变量:
- function can access global , but can’t change it
|
|
complex data types
iterators
|
|
iterable: product iterator: reset the start iterator: access element sequentially
iterable object
- list
- tuple: immutable list
- strings
- set
- dict
- set
basci operation:
- for loop
|
|
- lenght
- index and slice
list obsic
- join two list
- copy list
- list ocmper