Aliases
Learn how aliasing works in Python and how it is used in functional programming.
We'll cover the following
Aliasing
Aliasing is when two different variables reference the same object in Python. For example, consider this code:
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy