03 July 2010

No post/pre - increment/decrement operators in Python ?

That is true. As a result, you cannot have something like ++i or i-- in your program. The compiler won't complain about the syntax, but these statements basically does nothing!

No comments: