backquote

Skip Montanaro skip at pobox.com
Thu Mar 11 10:59:49 EST 2004


    Olaf> Is `object` (using backquotes) the same as saying str(object)?
    Olaf> Trying to understand how backquotes work.  Thanks for your help.

`object` is equivalent to repr(object).

Skip




More information about the Python-list mailing list