Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

序列

序列类型操作符

  1. 成员关系操作符(in, not in)
  2. 连接操作符(+)
  3. 重复操作符(*)
  4. 切片操作符([],[:],[::])

字符串

  1. 一些引号分隔的字符
  2. 不可分字符类型
  3. 字符串格式化操作符(%)提供类似printf()的功能
  4. 三引号
  5. 原始字符串对每个特殊字符串都使用它的原意
  6. Python字符串不是通过NUL或者‘\0’来结束的

列表

元祖