On Sun, 30 Oct 2005 18:44:06 -0600, Paul Watson <[EMAIL PROTECTED]> wrote:
>It is clear that just using 'print' with variable names is relatively
>uncontrollable. However, I thought that using a format string would
>reign the problem in and give the desired output.
>
>Must I resort to sys.stdou
Paul Watson <[EMAIL PROTECTED]> writes:
> It is clear that just using 'print' with variable names is relatively
> uncontrollable. However, I thought that using a format string would
> reign the problem in and give the desired output.
>
> Must I resort to sys.stdout.write() to control output?
No.
Paul Watson <[EMAIL PROTECTED]> wrote:
> It is clear that just using 'print' with variable names is relatively
> uncontrollable. However, I thought that using a format string would
> reign the problem in and give the desired output.
>
> Must I resort to sys.stdout.write() to control output?
In