欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

為什么pow這樣的函數(shù)可以直接調(diào)用

江奕云2年前16瀏覽0評論

為什么pow這樣的函數(shù)可以直接調(diào)用?

蟹妖~~~

因?yàn)閜ow() 函數(shù)是屬于Python的內(nèi)置函數(shù)

同樣屬于內(nèi)置函數(shù)的還有

abs()

all()

any()

ascii()

bin()

bool()

bytearray()

bytes()

callable()

chr()

classmethod()

compile()

complex()

delattr()

dict()

dir()

divmod()

enumerate()

eval()

exec()

filter()

float()

format()

frozenset()

getattr()

globals()

hasattr()

hash()

help()

hex()

id()

input()

int()

isinstance()

issubclass()

iter()

len()

list()

locals()

map()

max()

memoryview()

min()

next()

object()

oct()

open()

ord()

pow()

print()

property()

range()

repr()

reversed()

round()

set()

setattr()

slice()

sorted()

staticmethod()

str()

sum()

super()

tuple()

type()

vars()

zip()

__import__()

而floor()函數(shù)是屬于擴(kuò)展的math庫的

所以需要先進(jìn)行導(dǎo)入才能使用

import math

math.floor( x )

↓ ↓ ↓ 覺得好就點(diǎn)贊吧,歡迎各位評論指教,謝謝關(guān)注 -- 極迭代!