Additional Tips when Working with Loops in Python
When you work with Loops, you’ll find life is a bit easier if you know some of these tips. Simplifying Math The book calls this first tip Augmented Operators, other languages refer to it as shortcut math. Either way, the end result is the same. Quite often you will be working with a variable and…