Python3 访问字典数据项 Python3 赋值运算符 Python3 删除字典 Python3 访问字典数据项 #!/usr/bin/python3 dict = {'Name': 'Zara', 'Age': 7, 'Class': 'First'}; print ("dict['Alice']: ", dict['Alice']) Python3 赋值运算符 Python3 删除字典