python print and list

在python 2 print 是 statement, 也有build-in function print(), python 3 只有 内置函数

python 没有 array, 可以用list, tuple, 代替 

python数组的使用 说的比较好。 


另一个详细解说list 使用 的  

Python 列表

http://www.cnblogs.com/skyhacker/archive/2012/02/04/2337682.html, 其中切面说明比较好

原文地址:https://www.cnblogs.com/bob-dong/p/14248210.html