[Tutor] Suppressing output in interactive mode

Olivier Lefevre lefevrol at yahoo.com
Fri Jan 11 20:30:52 CET 2008


> Are you talking about the >>> prompt? 

Yes.

> But if you refer to a loop when would you ever be evaluating 
> expressions inside a loop without assigning them?

Some method calls return a value that you may not be interested
in but which will still be printed, e.g., Set.add in Java (if
you are using jython, this is relevant).

-- O.L.



More information about the Tutor mailing list