Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Symbolic variable declaration

what is the difference, when I declare variable like this

a, b, c = var('a, b, c')

or just like this

var('a, b, c')

?