蟹妖~~~
因為pow()函數是屬于Python的內置函數
同樣屬于內置函數的還有
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()函數是屬于擴展的math庫的
所以需要先進行導入才能使用
importmath
math.floor(x)
↓↓↓覺得好就點贊吧,歡迎各位評論指教,謝謝關注--