Print command

CptPicard jpmorichon at earthlink.net
Thu Aug 12 00:52:16 EDT 2004


"Russell Blau" <russblau at hotmail.com> wrote in message
news:2nv6roF54f7iU1 at uni-berlin.de...
> "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...
>

Actually, I don't know the meaning of  ``.
On some languages, it means "evaluate": Is it the same meaning in Python ?

>
> --
> 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