What will be the output of the following Python code? s = {1, 2, 3, 4} print(sum(s)) a) 10 b) 4 c) An error message d) None of the above
4
1
8
2K
1