Python 3 - EdDoc

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.

example:

>>> my_variable = 3
>>> my_variable
3