> Is there a increment operator in python similar to c++
> like so "SomeVariable++"

No. 
There is the shorthand += assignment but no ++

So x += 1

is the closest thing to x++

HTH,

Alan G.


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to