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