First time here? Check out the FAQ!
answered 2012-03-28 17:41:41 +0100
Some options:
sage: print 'A=',A A= 10 sage: print 'A='+`A` A=10 sage: print 'A=%03d'%A A=010