Math, asked by kaminirawat016, 3 months ago

Which of these about a set is
not true?
1.Allow addition of item
2.Unindexed
3.Data type with unordered values
4.Allow change in item​

Answers

Answered by HaRsHaRaMeSh5002
12

Answer:

Step-by-step explanation:

2 is your answer...

I hope it helps you....

Brainliest pls...

Answered by elcrixstar
0

Answer:

his set of Python Multiple Choice Questions & Answers (MCQs) focuses on “Sets – 1”.

1. Which of these about a set is not true?

a) Mutable data type

b) Allows duplicate values

c) Data type with unordered values

d) Immutable data type

View Answer

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

a) set([[1,2],[3,4]])

b) set([1,2,2,3,4])

c) set((1,2,3,4))

d) {1,2,3,4}

Step-by-step explanation:

OK

Similar questions