Using this operator is the same as wins = wins + 1.
wins = wins + 1
We first need the + operator followed by the = operator.
+
=