You are viewing a single comment's thread. Return to all comments →
else : median = numbers[(a//2)+1] ===> should be numbers[(a//2)] right?
Seems like cookies are disabled on this browser, please enable them to open this website
Day 0: Mean, Median, and Mode
You are viewing a single comment's thread. Return to all comments →
else : median = numbers[(a//2)+1] ===> should be numbers[(a//2)] right?