Examveda

Is the following Python code valid?
>>> a,b,c=1,2,3
>>> a,b,c

A. Yes, [1,2,3] is printed

B. No, invalid syntax

C. Yes, (1,2,3) is printed

D. 1 is printed

Answer: Option C


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python