P Priyanka Tomar • 35.28K Points Coach Bookmark Embed Report View In MB-Short Q. Which of the following is the correct way to create a set in Python? (A) set = [1, 2, 3] (B) set = {1, 2, 3} (C) set = (1, 2, 3) (D) set = [1; 2; 3] Correct Answer - Option(B) Views: 173 Filed under category Python Share
Discusssion
Login to discuss.