精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

Python3 內(nèi)置函數(shù)

python3 內(nèi)置函數(shù)

注意:有些函數(shù)與 python2.x 變化不大,會直接跳轉(zhuǎn)到 python2.x 教程下的內(nèi)置函數(shù)說明,大家要注意下哈。

內(nèi)置函數(shù)
abs() dict() help() min() setattr()
all() dir() hex() next() slice()
any() divmod() id() object() sorted()
ascii() enumerate() input() oct() staticmethod()
bin() eval() int() open() str()
bool() exec() isinstance() ord() sum()
bytearray() filter() issubclass() pow() super()
bytes() float() iter() print() tuple()
callable() format() len() property() type()
chr() frozenset() list() range() vars()
classmethod() getattr() locals() repr() zip()
compile() globals() map() reversed() __import__()
complex() hasattr() max() round()  
delattr() hash() memoryview() set()  

下一節(jié):python3 mysql

python3 教程

相關(guān)文章