Event Dime

딕셔너리는 순서 있는 매핑

Events
When:
January 22, 2018 · 3:00 PM
Source:
파이썬 한국어 번역 — flowdas

딕셔너리는 순서 있는 매핑 파이썬 3.7 부터 표준 딕셔너리 dict 가 삽입 순서를 보존합니다. 다음과 같은 코드가 항상 같은 결과를 준다는 뜻입니다. >>> d = >>> d [ 'b' ] = None >>> d [ 'a' ] = None >>> list ( d ) ['b', 'a'] Read more...

Why this event appears here

This listing is shown because it is tied to the current city coverage and carries structured metadata that can be indexed and compared with other events.

  • City coverage

    Local event

  • Primary source

    파이썬 한국어 번역 — flowdas

  • Categories

    Events