1.

What will be the output of the following python statements a,b,c=1,4,2​

Answer» ALUES will be ASSIGNED to each VARIABLE with the above line.
a=1
b=4
c=2


Discussion

No Comment Found