Ray's playground

 

2010年9月3日

Python Object-oriented Shortcuts(Chapter 7 of Python 3 Object Oriented Programming)

摘要: Len  The simplest example is the len() function. This function counts the number of items in some kind of container object such as a dictionary or list.  Reversed  The reversed() function takes any se... 阅读全文

posted @ 2010-09-03 20:44 Ray Z 阅读(299) 评论(0) 推荐(0)

导航