We now know about different variable types. The next step is: what can we do with them?In this post, we’ll look at two types you’ll see the most: Number and String. One thing before we start — operations in Python don’t modify the existing values for numbers or strings. They are immutable, so operations create…