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

Python3 字典 Type 方法

#!/usr/bin/python3

dict = {'Name': 'Manni', 'Age': 7, 'Class': 'First'}
print ("Variable Type : %s" %  type (dict))

目录

分类