πŸ“Š 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
πŸ’¬ Discuss
βœ… Correct Answer: (B) {1,2,3,4}

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
216
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
90%
Success Rate