Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 194 Bytes

locations_or_names.md

File metadata and controls

5 lines (3 loc) · 194 Bytes

Locations or Names

What do you think about the following statement:

In Python, variables are locations, not just names. So x = 1 is really the value of 1 in the memory location called x.