You are viewing a single comment's thread. Return to all comments →
s=arr.sort() mi=sum(arr[1:]) ma=sum(arr[:-1]) print(ma,end=" ") print(mi)
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 →