Display variable value
I would like to rapidly report stored values along with the variable name. In python I can do print('A=' + A) for this, which does not seem to work in Sage. Is there a command with this function or a way to fix this print statement?
You can? This doesn't work in Python 2.6, anyway, and yields the expected error. Is it possible that this works in Python 3?