riteshtijoriwala at gmail.com wrote: > Anyone has any idea on why is there no post/pre increment operators in > python ? > Although the statement: > ++j > works but does nothing The reason is pretty complex, but here it is: Python is not C. -Peter