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