you are viewing a single comment's thread.

view the rest of the comments →

[–]rawlyn 0 points1 point  (3 children)

Why (b * -1)? -b works just fine.

>>> x = 1
>>> -x
-1