Open darvin opened 6 years ago
current
In[10]:= {x, y} = {4, 3}; x Out[10]= x
desired
In[12]:= {x, y} = {4, 3}; x Out[12]= 4
current
desired