#dict
1개의 포스트
2018-07-18
dictionary view object
`dict.keys()`, `values()`, `items()` 과 기존의 python2 와는 다르게 변경 되었다. 기존은 아래와 같이 리스트형을 반환한다.