python和其他语言不同的点
1. python中的变量叫names而不是variables;
I use the word attribute for any name following a dot — for example, in the expression z.real, real is an attribute of the object z.
对象里的name又叫attribute。
1. python中的变量叫names而不是variables;
I use the word attribute for any name following a dot — for example, in the expression z.real, real is an attribute of the object z.
对象里的name又叫attribute。