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

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


Solution
A. . List is mutable & Tuple is immutable






Report Bug