How to get sage to NOT calculate
I would like to be able to give some variables a value and have sage show it to me in a pritty format.
For example if i have; a = 2 b = 3 and then I input a+b and sage returns 2+3
Is there a command that let me do this?