两个列表合并字典

字符串 starwith(), endwith()
两个列表合并字典:

a = ["a","b","c"]
b=[1,2,3]
c = dict(zip(a,b))

  

posted @ 2018-06-12 15:03  greenfan  阅读(140)  评论(0)    收藏  举报