0

Possible Duplicate:
Why there are no ++ and — operators in Python?

++i is legal. But it's the unary + operator.

And i++ is illegal.

Why Python decides not support the ++ operator in normal way?

Community
  • 1
  • 1
louxiu
  • 2,830
  • 3
  • 28
  • 42

0 Answers0