Python random模塊 os及sys模塊 datetime模塊 日誌模塊

Python random模塊 os及sys模塊 datetime模塊 日誌模塊 1.常用的模塊 math 數字計算,三角函數,科學計算 ceil floor pow fabs log10 pi(圓周率) e(自然常數) 使用dir函數觀察對象具有的屬性 import math print(dir(math)) 查看使用math的屬性 print(math.pi) print(math.e) 使用
相關文章
相關標籤/搜索