• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

python-basic

[ Python 기초 ] 딕셔너리 (Dictionary)

딕셔너리는 사전을 의미하는데, 사전은 '단어'와 그 단어를 설명하는 '뜻'으로 구성되어 있다. 유사한 경험으로 사용되는 파이썬의 딕셔너리는 키(Key)와 값(Value)의 쌍으로 이루어져 있다. 위의 예시와 같이 딕셔너리 scores와 members는 요소 전체를 중괄호({})로 감싸고, 각 요소는 콤마(,)로 구분 지어져 있다. 딕셔너리의 키 : 'kor', 'eng', 'math', 'n...

python-basicpythonpython

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more