I sometimes see variables declared as y,z,t = var("y z t")
and others simply as var("y z t")
Both seem to work. Is there any actual difference between them?
1 | initial version |
I sometimes see variables declared as y,z,t = var("y z t")
and others simply as var("y z t")
Both seem to work. Is there any actual difference between them?