摘要: # -*-coding: utf-8-*- keys = ['name', 'age', 'tel'] values = ['aqi', 3, 123456] dict1 = dict(zip(keys, values)) print dict1 ''' {'age': 3, 'tel': 1234 阅读全文
posted @ 2020-10-14 20:29 船长博客 阅读(1418) 评论(0) 推荐(0) 编辑
永远相信美好的事情即将发生!