제목이 곧 내용의 전부인데, 더 자세한 설명이 필요할 수도 있을 것 같아서 도움 받은 블로그와 공식 문서를 첨부하였음
참고문서
https://blog.hwahae.co.kr/all/tech/6662
Python3.6 부터는 Dict가 순서를 기억한다. – 화해 블로그 | 기술 블로그
Python3.6 화해 개발팀에서는 닥블(닥치고 블로그)이라는 소모임을 운영하고 있습니다. 최근 닥블 활동으로 화해팀의 백엔드 플랫폼에서 사용 중인 Python 딕셔너리에 대해 새로 알게 된 내용을 정
blog-wp.hwahae.co.kr
https://docs.python.org/ko/3/library/stdtypes.html#dict
Built-in Types
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...
docs.python.org
'PYTHON' 카테고리의 다른 글
[Python] split()과 split(" ")의 차이 (0) | 2024.03.12 |
---|---|
[Python] bisect_left, bisect_right (1) | 2023.11.03 |
[Python] return (0) | 2023.09.08 |
[Python] None (0) | 2023.09.08 |
[Python] 진수 변환기 만들기 (0) | 2023.07.11 |