Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Difference between var() commands

x,y = var('x y')

x,y = var('x, y')

What is the difference between having the comma in between variable names? As opposed to just a space separating them.