python 字典

字典是另一種可變容器模型,且可存儲任意類型對象。 字典的每個鍵值(key=>value)對用冒號(:)分割,每個對之間用逗號(,)分割,整個字典包括在花括號({})中。 dict = {'Name': 'soyoungboy', 'Age': 27, 'School': 'Xian University of Finance and Economics'}; print "dict['Name'
相關文章
相關標籤/搜索