學而時習之
Linux B2D Python PostgreSQL MySQL Excel VBA CentOS VirtualBox Ubuntu OpenOffice.org Basic
2010年6月9日 星期三
Python:創造一個 dictionary
>>> newdict={}
>>> newdict
{}
>>> aa="one"
>>> bb="two"
>>> cc="three"
>>> newdict[aa]=1
>>> newdict[bb]=2
>>> newdict[cc]=3
>>> newdict
{'three': 3, 'two': 2, 'one': 1}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言