On Fri, Sep 4, 2009 at 11:39 PM, SUBHABRATA BANERJEE<[email protected]> wrote: <snip> > And one small question does Python has any increment operator like ++ in C.
No. We do x += 1 instead. Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list
