>>> answer = 1 + 1 >>> answer 2
In any case, my PYTHONSTARTUP has this line:
from pprint import pprint as pp
In any case, my PYTHONSTARTUP has this line:
and I find pp() very nice for printing various structures.