Assignment

The = operator performs assignment of values to variables

>>> x = 7
>>> str = 'abc' * x
>>> a,b = -1, 3