
You’re probably already familiar with arithmetic operators from your school days. Plus, minus, multiply, and divide are all symbols for mathematical operations. A programming language like Python knows many more operators. It’s not only numbers which can be processed, but also strings, lists and general objects. We’ll show you what you should keep in mind and we’ll also go into the programming...