>>> new_dict = {}
>>> for keys, values in content.items():
new_dict[values] = keys
'Computer Science > [20-3,4] Python Basic' 카테고리의 다른 글
[Python] text file에서 알파벳이 있는 위치 찾기 (0) | 2020.03.05 |
---|---|
[Python] 클래스 메소드 __str__, __repr__ 의 차이 (0) | 2020.03.04 |
[Python] Slice position과 Index position (0) | 2020.03.03 |
[Python] 에러 내용을 경우에 따라 바꾸면서 AssertionError 발생시키는 방법 (0) | 2020.03.03 |
[Python] 딕셔너리의 value에 set 자료형 넣기 (0) | 2020.03.01 |
댓글