You are viewing a single comment's thread. Return to all comments →
sumTotal = sum(arr) minI = min(arr) maxI = max(arr) maxNum = sumTotal-minI minNum = sumTotal-maxI print(minNum, maxNum)
Seems like cookies are disabled on this browser, please enable them to open this website
Mini-Max Sum
You are viewing a single comment's thread. Return to all comments →
python code, simple and easy to understand