Python can be used as a calculator to make simple arithmetic calculations. ... from math import log, log10, exp, e, pow, sqrt >>> log(3.0*e**3.4) # note: ...
確定! 回上一頁