TomoLink
Medium

What is the output of: a,b,c=1,2,3 a,b=b,a print(a,b,c)?