Page 1 of 1

Which of the following is not the correct syntax for creating a set?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) set([[1,2],[3,4]])
b) set([1,2,2,3,4])
c) set((1,2,3,4))
d) {1,2,3,4}