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

Python3 字典 Keys 方法

#!/usr/bin/python3

dict = {'Name': 'Zara', 'Age': 7}
print ("Value : %s" %  dict.keys())

目录

分类