Report Bug
Qus : Choose the correct option with respect to Python.
Qusपाइथन के सन्दर्भ में सही विकल्प का चयन कीजिए

A. Both tuples and lists are immutable
B. Tuples are immutable while lists are mutable
C. Both tuples and lists are mutable
D. Tuples are mutable while lists are immutable


Solution
B. Tuples are immutable while lists are mutable






Report Bug