http://blog.csdn.net/ly21st http://ly21st.blog.chinaunix.net
发布时间:2011-10-03 09:13:51
+++++++++++++++++++++++++++++++++++++++++++++ 构造方法: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++property函数__metaclass__=typeclass Rectangle: def __init__(self):&nb.........【阅读全文】
发布时间:2011-09-29 22:53:52
5.1 使用逗号输出 >>> print 'hello' ,'liyuan'hello liyuan5.2 一些迭代工具 1 并行迭代>>> names=['anne','beth','george','damon']>>> ages=[12,45,32,102]>>> for i in range(len(names)): print names[i], 'is'.........【阅读全文】