python

常用的小方法:

bin() 

oct() 

hex()

chr()

ord()

dir()

id()

len()

int()

str()

type()

help()

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

enumerate(li) / enumerate(li,3)

hash()

原文地址:https://www.cnblogs.com/alice-bj/p/8434847.html