橘子味的心
标题:Python3 键不可变

Python3 键不可变

#!/usr/bin/python3

dict = {['Name']: 'Zara', 'Age': 7}
print ("dict['Name']: ", dict['Name'])

目录

分类