On the lesson “How Do Augmented Assignments Work?”
The last example explanation sentence is missing an important negative,
“Writing ++x in Python just applies the unary plus twice, and increment anything:”
Should be corrected to:
“Writing ++x in Python just applies the unary plus twice, and does not increment anything:”