美文网首页
python关键词及内置函数列表

python关键词及内置函数列表

作者: 快马行江湖 | 来源:发表于2019-01-28 14:12 被阅读5次

python关键词

False class finally is return
None continue for lambda try
True def from nonlocal while
and del global not with
as elif if or yield
assert else import pass
break except in raise

phthon内置函数

abs() divmod() input() open() staticmethod()
all() enumerate() int() ord() str()
any() eval() isinstance() pow() sum()
basestring execfile() issubclass print() super()
bin() file() iter() preperty() tuple()
bool() filter() len() range() type()
bytearray() float() list() raw_input() unichr()
callable() format() locals() reduce() unicode()
chr() frozenset() long() reload() vars()
classmethod() getattr() map() repr() xrange()
cmp() global() max() reversed() Zip()
compile() hasattr() memoryview() round() import()
complex() hash() min() set() apply()
delattr() help() next() setattr() buffer()
dict() hex() object() slice() coerce()
dir() id() oct() sorted() intern()

相关文章

网友评论

      本文标题:python关键词及内置函数列表

      本文链接:https://www.haomeiwen.com/subject/pbdajqtx.html