橘子味的心
标题:Python3 字典 Len 方法

Python3 字典 Len 方法

#!/usr/bin/python3

dict = {'Name': 'Manni', 'Age': 7, 'Class': 'First'}
print ("Length : %d" % len (dict))

目录

分类