Skip to content

Commit 58f380e

Browse files
committed
Update strings-part2.ipynb
1 parent c91dc6f commit 58f380e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

strings-part2.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
":::\n"
2323
]
2424
},
25+
{
26+
"cell_type": "markdown",
27+
"id": "fc43489c",
28+
"metadata": {},
29+
"source": [
30+
"문자열의 순서를 이용하는 인덱싱과 슬라이싱을 살펴보고, 문자열이 불변 자료형이라는 점을 확인한다. 이어서 문자열 탐색과 변환에 자주 사용되는 메서드를 소개하고, 여러 메서드를 연속해서 적용하여 문자열을 원하는 형태로 가공하는 방법을 익힌다."
31+
]
32+
},
2533
{
2634
"cell_type": "markdown",
2735
"id": "db0bca86-54ff-473e-95c0-271437dd4cd4",

0 commit comments

Comments
 (0)