Home » Programming Language (coding) » Python MCQs » Which of the following is not the correct syntax for creating a set?Which of the following is not the correct syntax for creating a set? Mr. Answer Which of the following is not the correct syntax for creating a set? A. set([[1,2],[3,4]]) B. set([1,2,2,3,4]) C. set((1,2,3,4)) D. {1,2,3,4} Correct Answer: Option A. set([[1,2],[3,4]]) Take Part in Discussion: Cancel replyYour email address will not be published. Required fields are marked *Name * Email * Website Comment * Save my name, email, and website in this browser for the next time I comment. Solve : * 19 − 6 =