Suppose s = {1, 2, 4, 3}, which of the following is incorrect? June 7, 2022 by admin โช Choose the correct option.Suppose s = {1, 2, 4, 3}, which of the following is incorrect?A. print(s[3])B. s[3] = 45C. print(max(s))D. print(len(s)) Submit Answer