Report Bug
Qus : Which statement is correct
Qus कौन सा कथन सही है

A. List is mutable & Tuple is immutable
B. List is immutable & Tuple is mutable
C. Both List and Tuple are Mutable
D. Both List and Tuple are Immutable


Solution
A. List is mutable & Tuple is immutable






Report Bug