Backticks: What up?

David Goodger goodger at python.org
Tue Apr 27 19:58:03 EDT 2004


Backticks are equivalent to repr().  For any x:

     `x` == repr(x)

Nothing to do with the return statement.

-- David Goodger





More information about the Python-list mailing list