What is this syntax ?
candide
candide at free.invalid
Sun Jun 19 09:41:44 EDT 2011
With Python 2.7 :
>>> x="foo"
>>> print '"'+x+'"'
"foo"
>>>
What is this curious syntax on line 2 ? Where is it documented ?
More information about the Python-list
mailing list