import math. will import the math module. Any functions that you use would have to be used as math.sqrt , math.ceil , etc. from math import ...
確定! 回上一頁