常用的小方法:

bin() 

oct() 

hex()

chr()

ord()

dir()

id()

len()

int()

str()

type()

help()

range(10)   /  range(1,10,2)

enumerate(li) / enumerate(li,3)

hash()

相关文章:

  • 2021-11-27
  • 2021-12-02
  • 2021-10-01
  • 2021-07-04
  • 2021-12-13
  • 2022-02-07
猜你喜欢
  • 2022-01-14
  • 2022-12-23
  • 2021-11-04
  • 2021-10-21
  • 2023-03-22
  • 2021-07-30
相关资源
相似解决方案