Grant Edwards wrote:
On 2009-08-14, Steven D'Aprano <st...@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.

--
Erik Max Francis && m...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to