how to delete the space ?

Charles Geiser charles.geiser at siemens.ch
Tue Aug 27 05:46:43 EDT 2002


Try:

a=1
print 'a=%d' % (a)

Charles



quite black wrote:

> Hi, folks~
>
>     We know that we could get the somewhat result of "a= 1" if we run
> this line:
>
>     a=1;
>
>     print "a=", a
>
> And, how could we get the result of "a=1" ?  That space doesnt looks
> very nice.
>
>
> -----------------------------------------------------------------------
> Do You Yahoo!?
> Yahoo! Finance - Get real-time stock quotes




More information about the Python-list mailing list