Multiple Value Assignment How can you write the following code differently but have the same result? a=1 b=1 c=1 Solution a=b=c=1