4
Challenge: Implement incrementation without addition, multiplication, exponentiation, and any higher binary operators (and their opposites) in Python. Winner is the person who can do it in the least amount of code. You score 5 characters less if you can do it for negative numbers and without unary operators.
yeah nevermind, i figured it out. im not 100% perfect with python, so i wouldnt think of using string concatenation. pretty good! – David Hewett – 2013-07-26T23:46:16.167
2Writing a good code golf challenge is hard. It is part of the [tag:code-golf] game to stretch the rules to the limit if it makes your scoring better. – Johannes Kuhn – 2013-07-26T23:48:19.333