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.
There is no difference in terms of what is returned -- you can use whichever you prefer. However, you have to be consistent.
"being consistent" means that you can't do `var('x,y z')`
Asked: 2012-05-10 20:48:21 +0100
Seen: 1,129 times
Last updated: May 10 '12
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.