Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
sage: a,b,c,d = var('a,b,c,d')
sage: who
a       b       c       d
sage: whos
Variable   Type          Data/Info
----------------------------------
a          Expression    a
b          Expression    b
c          Expression    c
d          Expression    d

Is it what you want?