Q14Multiple correct3 Marks30 Apr 2023The variable s is a set in which of the following options?AS = set()BS = {}CS = {1, 2, 3}DS = set([1, 2, 3, 4, 3, 2, 1])