Python 的標準函式「math」提供了許多常用的數學函式,例如三角函數、四捨五入、指數、對數、平方根、總和. ... import math pi = math.pi print(math.ceil(pi)) # 4 ...
確定! 回上一頁