Skip to content

Commit 77cc2ca

Browse files
committed
up
1 parent 42dae0d commit 77cc2ca

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

practices/practice-starting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# (연습) 프로그래밍 맛보기"
7+
"# (연습문제) 프로그래밍 맛보기"
88
]
99
},
1010
{

starting.ipynb

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
":::{note} 구글 코랩에서 실행\n",
1616
"\n",
1717
"[Google Colab: 프로그래밍 맛보기](https://colab.research.google.com/github/codingalzi/code-workout-python/blob/master/starting.ipynb)에서 열어 바로 실행할 수 있다.\n",
18-
"구글 코랩에서는 각 셀을 `Shift+Enter` 단축키 조합으로 실행하며, 실행 결과는 셀 아래에 표시된다.\n",
1918
":::"
2019
]
2120
},
@@ -2294,21 +2293,13 @@
22942293
"```"
22952294
]
22962295
},
2297-
{
2298-
"cell_type": "code",
2299-
"execution_count": null,
2300-
"metadata": {},
2301-
"outputs": [],
2302-
"source": []
2303-
},
23042296
{
23052297
"cell_type": "markdown",
23062298
"metadata": {},
23072299
"source": [
23082300
":::{note} 연습문제 해답\n",
23092301
"\n",
2310-
"[Google Colab: 프로그래밍 맛보기](https://colab.research.google.com/github/codingalzi/code-workout-python/blob/master/starting.ipynb)에서 열어 바로 실행할 수 있다.\n",
2311-
"구글 코랩에서는 각 셀을 `Shift+Enter` 단축키 조합으로 실행하며, 실행 결과는 셀 아래에 표시된다.\n",
2302+
"[(연습문제) 프로그래밍 맛보기](https://colab.research.google.com/github/codingalzi/code-workout-python/blob/master/practices/practice-starting.ipynb)에서 연습문제 해답과 해설을 확인할 수 있다.\n",
23122303
":::"
23132304
]
23142305
}

0 commit comments

Comments
 (0)