Intern — Senior
Principles of variable functioning in Python
livecode
Task condition
Explain the mechanisms of variables in Python: what happens at the moment of assignment, how variables point to objects, and why strings with the same content can represent the same object in memory.
a = "Hello World"
b = "Hello World"