EdDoc: home/python/assignment
An operator symbol that is part of the core Python language. The assignment operator: Used when you assign a value to a variable name.
>>> my_variable = 3 >>> my_variable 3