R Ram Sharma π Coach β 193.88K Points π Python Q. What is the output of following: set([1,1,2,3,4,2,3,4]) (A) [1,1,2,3,4,2,3,4] (B) {1,2,3,4} (C) {1,1,2,3,4,2,3,4} (D) Invalid Syntax ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) {1,2,3,4}