-
Notifications
You must be signed in to change notification settings - Fork 18
Assignment 4 #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Assignment 4 #9
Conversation
tot_mean = sum(points) / len(points) | ||
|
||
for a in points: | ||
d1 = euclidean_distance(x, y) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are x,y
coming from?
@aciepli If you want to update this, feel free. Just add a comment after the commit and I will update the grade book. |
Thank you. It has been such a crazy week, I have not been able to go back to update this. I will go back and update it to make sure I get it right, even if I don't have my grade changed.
@aciepli If you want to update this, feel free. Just add a comment after the commit and I will update the grade book.— |
Yay! I finally was able to get this to pass. |
No description provided.