First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes there is

sage: t = 19
sage: my_variable = SR.var('t')
sage: t
19
sage: my_variable
t

The behavior of var is very strange and controversial.

click to hide/show revision 2
No.2 Revision

Yes there is

sage: t = 19
sage: my_variable = SR.var('t')
sage: t
19
sage: my_variable
t

The behavior of var var is very strange and controversial.