摘要: 1 """ 2 首先生成两个字典 3 """ 4 dict_one = {'one': '1', 'two': '2'} 5 dict_two = {'three': '3', 'tour': '4'} 6 7 # 方法一: 使用uptate方法,把two字典更新至one字典中 8 dict_one 阅读全文
posted @ 2019-11-17 15:23 一名小测试 阅读(225) 评论(0) 推荐(0)