Which of the following is not the correct syntax for creating a set?
Posted: Wed Jul 13, 2022 7:45 pm
a) set([[1,2],[3,4]])
b) set([1,2,2,3,4])
c) set((1,2,3,4))
d) {1,2,3,4}
b) set([1,2,2,3,4])
c) set((1,2,3,4))
d) {1,2,3,4}
Accurate answers. Every time.
https://answerhappy.com/