Python基礎學習(一)

import math,cmath # x = input("the meaning of life:")#獲取用戶輸入 print(x) print(2**3) print(pow(2,3))#冪運算 print(abs(-10))#取絕對值 print(round(3.6))#四捨五入取整 print(math.floor(3.6))#向下取整 print(math.ceil(3.6
相關文章
相關標籤/搜索