Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 890 Bytes

day12.md

File metadata and controls

15 lines (15 loc) · 890 Bytes

第十二天

索引

python标准库 string

  1. string.ascii_letters 大小写字母常数
  2. string.ascii_lowercase 小写字母常数
  3. string.digits
  4. string.hexdigits 十六进制数字常数
  5. parse(format_string) 循环遍历format_string并返回一个可迭代的元组(literal_text,field_name,format_spec,conversion)。