Python学习笔记之字典和集合

Python学习笔记之字典和集合。

字典

字典主要操作

  1. keys
  2. values
  3. del
  4. pop
  5. in
  6. update

集合

集合主要操作

  1. |
  2. union
  3. &
  4. intersection
  5. copu
  6. |=
  7. &=
  8. issubset
  9. issuperset

Leave a Comment

豫ICP备19001387号-1