OverIQ.com
Run (or Hit F9)
s1 = {33,11,88,55} print(s1) print(max(s1)) # get the largest element from the set print(min(s1)) # get the smallest element from the set print(sum(s1)) # get the sum of all the elements in a set