OT Signature quote [was Re: Unrecognized escape sequences in string literals]
Erik Max Francis
max at alcyone.com
Fri Aug 14 16:18:04 EDT 2009
Grant Edwards wrote:
> On 2009-08-14, Erik Max Francis <max at alcyone.com> wrote:
>> Grant Edwards wrote:
>>> On 2009-08-14, Steven D'Aprano <steve at REMOVE-THIS-cybersource.com.au> wrote:
>>>> What the hell
>>>> would it actually do???
>>> IIRC in C++,
>>>
>>> cout << "Hello world";
>>>
>>> is equivalent to this in C:
>>>
>>> printf("Hellow world");
>>>
>>> or this in Python:
>>>
>>> print "hellow world"
>> Well, plus or minus newlines.
>
> And a few miscellaneous typos...
... and includes and namespaces :-).
--
Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
San Jose, CA, USA && 37 18 N 121 57 W && AIM/Y!M/Skype erikmaxfrancis
It's hard to say what I want my legacy to be when I'm long gone.
-- Aaliyah
More information about the Python-list
mailing list