On Sat, Oct 20, 2012 at 10:05 PM, Fernando Perez <fperez....@gmail.com> wrote: > Note that you don't need to explicitly call repr() at the interactive > prompt: by default, Python prints the repr of an object when you type > its name:
True, and good point to notice. Nevertheless print executes str(), if present, and it is the output of any non-interactive script. Just to complete your clarification. :) _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion