Skip to content

Commit 4093e41

Browse files
committed
up
1 parent 155cf76 commit 4093e41

6 files changed

Lines changed: 19 additions & 3 deletions

File tree

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@
55
"id": "4988eeb5-8238-4293-ba83-373b8dad5cd7",
66
"metadata": {},
77
"source": [
8-
"(ch:dicts-sets)=\n",
9-
"# 사전과 집합"
8+
"(ch:dicts)=\n",
9+
"# 사전"
10+
]
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"id": "6b6340e4",
15+
"metadata": {},
16+
"source": [
17+
":::{warning}\n",
18+
"\n",
19+
"집합 부분 제거!\n",
20+
":::"
1021
]
1122
},
1223
{
@@ -3848,4 +3859,4 @@
38483859
},
38493860
"nbformat": 4,
38503861
"nbformat_minor": 5
3851-
}
3862+
}
File renamed without changes.

myst.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ project:
4141
- file: iteration-for.ipynb
4242
- file: iteration-while.ipynb
4343
- file: modules.ipynb
44+
- file: strings-part1.ipynb
45+
- file: strings-part2.ipynb
46+
- file: lists-tuples.ipynb
47+
- file: dictionaries.ipynb
48+
- file: files.ipynb
4449

4550
site:
4651
template: book-theme

0 commit comments

Comments
 (0)