Python 字典Dictionary len() 方法 Python 字典Dictionary cmp() 方法 Python 字典Dictionary srt() 方法 Python 字典Dictionary len() 方法 #!/usr/bin/python dict = {'Name': 'Zara', 'Age': 7}; print "Length : %d" % len (dict) Python 字典Dictionary cmp() 方法 Python 字典Dictionary srt() 方法