Answer
The printout of the given code is-
4
6
1
16
Work Step by Step
len() provides the length of set which is 4
max() provides the maximum element of set which is 6
min() provides the minimum element of set which is 1
sum() provides the sum of all elements in the set which is 16