BCS Exam

Which of the following is not a valid way to create a Python set?

ক) {1, 2, 3}
খ) set([1, 2, 3])
গ) set((1, 2, 3))
ঘ) set("123")
Answer: set((1, 2, 3))
Programming - Python
Job Preparation
More Information: