Computer Science, asked by pushkararora1234, 10 months ago

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 abhirock51
2

plz make your question quit more clear

Similar questions