Python3 內(nèi)置函數(shù)
python3 內(nèi)置函數(shù)
注意:有些函數(shù)與 python2.x 變化不大,會(huì)直接跳轉(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() |
相關(guān)文章
- Python 基礎(chǔ)語法
- Python 條件語句
- Python 元組
- Python 函數(shù)
- Python 文件I/O
- Python 正則表達(dá)式
- Python 環(huán)境
- Python 鏈表
- Python 圖形
- Python 分而治之
- Python 樹遍歷算法
- Python 大O符號(hào)
- Python3 if else 語句
- Python3 函數(shù)
- Python3 錯(cuò)誤和異常
- Python3 作用域
- Python3 正則表達(dá)式
- Python3 日期和時(shí)間
- Python3 MySQL 數(shù)據(jù)庫連接 - PyMySQL 驅(qū)動(dòng)
- Python MongoDB 數(shù)據(jù)庫連接 - PyMongo 驅(qū)動(dòng)