2018年3月5日 星期一

Python 內建函式




受歡迎的 Python 其內建函式如下,日後再個別範例解說: 


abs()

dict()

hex()

all()

dir()

help()

any()

divmod()

id()

ascii()

enumerate()

input()

bin()

eval()

int()

bool()

exec()

isinstance()

bytearray()

filter()

issubclass()

bytes()

float()

iter()

callable()

format()

len()

chr()

frozenset()

list()

classmethod()

getattr()

locals()

compile()

globals()

map()

complex()

hasattr()

max()

delattr()

hash()

min()

memoryview()

sorted()

next()

staticmethod()

object()

str()

oct()

sum()

ord()

open()

super()

tuple()

pow()

type()

range()

print()

vars()

__import__()

property()

zip()

repr()

setattr()

reversed()

slice()

round()

set()

 

 

沒有留言:

張貼留言