Identify Errors in the following lines of codes(Underline each correction )
def sin(x,n) #line 1
sine=0
for (i in range [n]):
sine=(-1)*i**I # line 2
sine=sine +((x**(2.0*i-1))/factorial 1(2**i-1))*sign
return sine
Answers
Answered by
2
plz make your question quit more clear
Similar questions