Tuesday, July 05, 2011

Python: types

http://docs.python.org/tutorial/datastructures.html
http://docs.python.org/library/stdtypes.html
http://www.ideastar.me/2010/05/python-list-dictionary.html

list
mylist = []

set
myset = set(mylist)

dictionary
mydict = {}

No comments:

Related Posts Plugin for WordPress, Blogger...