Python3 字典 Type 方法 Python3 字典 Str 方法 Python3 字典 Clear 方法 Python3 字典 Type 方法 #!/usr/bin/python3 dict = {'Name': 'Manni', 'Age': 7, 'Class': 'First'} print ("Variable Type : %s" % type (dict)) Python3 字典 Str 方法 Python3 字典 Clear 方法