import math. def getsin(x):. multiplier = 1. result = 0. for i in range ( 1 , 20 , 2 ):. result + = multiplier * pow (x,i) ...
確定! 回上一頁