python基本運(yùn)算

Python字符運(yùn)算符
Python的幻術(shù)/模塊和包

Paste_Image.png

Paste_Image.png
floor ——整除
但是floor非內(nèi)建函數(shù),可以通過input math 方式導(dǎo)入

Paste_Image.png

部分函數(shù)和類的導(dǎo)入
包

Paste_Image.png
可以通過input 模塊名.子包名.相應(yīng)的函數(shù)實(shí)現(xiàn)

Paste_Image.png