#assignment

[ follow ]
#python
Pythonmorsels
2 weeks ago
JavaScript

Assignment vs. Mutation in Python

Variables are pointers. Python has two distinct types of change: assignment and mutation. [ more ]
Pythonmorsels
1 month ago
Python

Variables are pointers in Python

Variables in Python are pointers to objects, not containers. Assigning one variable to another points both to the same object. [ more ]
morepython
[ Load more ]