※ List를 이용한 다양한 데이터 가공 방법에 대해 게시합니다.

* 2개의 List를 결합해 하나의 Dictionary 만들기
dictionary = dict(zip(keys, values))
 
Posted by GhostKei
,