Is the following Python code valid?
>>> a=(1,2,3,4)>>> del a
>>> a=(1,2,3,4)>>> del aIs the following Python code valid?
>>> a=(1,2,3,4)>>> del a Correct Answer Yes, the entire tuple is deleted
মোঃ আরিফুল ইসলাম
Feb 20, 2025