0
Python for Data Science Project Not Passing
I'm doing the end project for the second module but it doesn't pass the test. Can anyone point out my mistake? Here's the question : You are given an array that represents house prices. Calculate and output the percentage of houses that are within one standard deviation from the mean. Here's my code: https://code.sololearn.com/c1PQWcj8iir1/?ref=app Thanks
2 ответов
+ 1
Dama Dhananjaya Daliman
Just change your logic little bit
https://code.sololearn.com/cTTIM9pbiPzy/?ref=app
+ 1
Ah, I see where I went wrong. Thanks bro!