Print command

Russell Blau russblau at hotmail.com
Wed Aug 11 14:29:29 EDT 2004


"CptPicard" <jpmorichon at earthlink.net> wrote in message
news:WosSc.21396$Jp6.6141 at newsread3.news.atl.earthlink.net...
> I think that you should try:
>     string.rjust('currentTotal',6)
> instead of:
>     string.rjust(`currentTotal`,6)
>
> You may also do it this this way:
> 'currentTotal'.rjust(6)

No, I think he really did want the "backwards" single quotation marks.  They
*are* different, you know...


-- 
I don't actually read my hotmail account, but you can replace hotmail with
excite if you really want to reach me.





More information about the Python-list mailing list