OT: The Straight Dope

Andrew Dalke adalke at mindspring.com
Tue Oct 7 16:39:11 EDT 2003


Bruno Desthuilliers:
> It might have something to do with the CMU Common Lisp compiler, also
> named Python ?

No.  Backticks are another way of doing repr.  Few use it.

>>> print "Hello"
Hello
>>> print `"Hello"`
'Hello'
>>>

                        Andrew
                        dalke at dalkescientific.com






More information about the Python-list mailing list