Report Bug
Qus : Which of the following statements given below is/are true?
Qusनीचे दिए गए कथनों में से कौन सा/से सत्य है/हैं?

A. Tuples have structure; lists have an order
B. Tuples are homogeneous, lists are heterogeneous.
C. Tuples are immutable, lists are mutable.
D. All of them


Solution
C. Tuples are immutable, lists are mutable.






Report Bug