主にIT勉強のメモとTips、ときどきDIYです。
keys = ['a', 'b', 'c'] values = ['1', '2', '3'] dictionary = dict(zip(keys, values)) print(dictionary)
0 件のコメント:
コメントを投稿