Skip to content

Commit 858f997

Browse files
committed
Deploy post/2025-10-02-04 7878f16
1 parent 447238c commit 858f997

9 files changed

Lines changed: 432 additions & 455 deletions

assets/gopher.png

-40.3 KB
Binary file not shown.

assets/gopher.webp

9.39 KB
Loading

assets/thisishaneum-history.webp

51.3 KB
Loading

post/python-딕셔너리-셋.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1 class="post-title">[Python] 딕셔너리, 셋</h1>
8080
<p><strong>키는 모든 불변 타입(불리언, 정수, 부동소수점, 튜플, 문자열 등)이 될 수 있다.</strong></p>
8181
<p>딕셔너리는 변경 가능하므로 요소를 추가, 삭제, 수정할 수 있다.</p>
8282
<p>딕셔너리를 연관 배열(associative array), 해시(hash), 해시맵(hashmap), 딕트(dict)라고도 부른다.</p>
83-
<h2>딕셔너리 생성하기: {}</h2>
83+
<h2>딕셔너리 생성하기:</h2>
8484
<p>딕셔너리를 만드려면 중괄호 안에 콤마로 구분한 <code>키:값</code> 쌍을 지정한다.</p>
8585
<p><code>{}</code> 는 키:값 쌍이 없는 빈 딕셔너리다.</p>
8686
<pre tabindex="0" class="chroma"><code><span class="line"><span class="cl"><span class="nb">dict</span> <span class="o">=</span> <span class="p">{</span>

post/wemos-d1-r1-보드-esp8266-설정-방법.html

Lines changed: 0 additions & 244 deletions
This file was deleted.

post/wemos-보드란-무엇인가.html

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)