68個內建函式

2021-09-03 01:28:42 字數 1029 閱讀 9580

⼀一.:

1.內建函式

什什麼是內建函式? 就是python給你提供的. 拿來直接⽤用的函式, 比如print., input等等. 截⽌止到python版本3.6.2 python

⼀一共提供了了68個內建函式. 他們就是python直接提供給我們的. 有⼀一些我們已經⽤用過了了. 有⼀一些還沒有⽤用過

. 還有⼀一些需要學完了了⾯物件導向才能繼續學習的. 今天我們就認識⼀一下python的內建函式.

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()

作⽤用域相關:

locals() 返回當前作⽤用域中的名字

作⽤用域相關:

locals() 返回當前作⽤用域中的名字

迭代器相關:

range() ⽣生成資料

Python 內建函式(68個)講解

一 主要內容 1 內建函式 迭代器相關 使用字串型別來執行 print eval 1 1 2a 2print eval a a 4def func print 123 eval func 執行func函式,列印123 exec for i in range 10 print i for要和exec在...

php多少內建函式,php有多少個內建函式

1 filter var函式 2 prase url函式 解析url返回各個組成部分 url print r parse url url echo parse url url,php url path 以上結果會輸出 array scheme https host www.baidu.com pat...

python 66個內建函式

1.2.true true false 3.true true false4.1 2 我們 5.6.true false 7.abcde utf 8 print11 50print 8.9.12 310.9711.12.for in10 print exec exec 代表可執行 執行 13.14....