Book notes: Maya Python for Games and Film
P34: In Python, variables are just names that point to data. All data are objects and each object has an identity, a type, and a value. P35: Tuples, strings, and numbers are immutable. When you assign a new integer value to a variable, instead of changing the underlying value of …