字典以及元组的使用:
元组 数据 不可变
tuple = (1,'我了去',12.65)
print('tuple的值',tuple)
print('字典~~~~~~~~~~~~~~~')
dict = {'name':'weather','age':20}
print('dict',dict['name'])
字典以及元组的使用:
元组 数据 不可变
tuple = (1,'我了去',12.65)
print('tuple的值',tuple)
print('字典~~~~~~~~~~~~~~~')
dict = {'name':'weather','age':20}
print('dict',dict['name'])
本文标题:python字典的使用
本文链接:https://www.haomeiwen.com/subject/grtfsqtx.html
网友评论