Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Some options:

sage: print 'A=',A
A= 10
sage: print 'A='+`A`
A=10
sage: print 'A=%03d'%A
A=010