age is a variable,
25 is the value stored in the variable age, and
= is the operator used to store value to a variable.
=
对于变量进行赋值时,每一次的赋值都会产生一个新的空间地址,将新内容的地址赋值给变量。
python里每一个东西都是对象