0
I need to get rid of an array error.
How do I get rid of that error? https://code.sololearn.com/cqakAC9pKwZg
2 ответов
+ 2
Read the error message: math.sqrt() doesn't work o the numpy arrays. For element-wise square root you can use np.sqrt()
0
What error