We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750a74e commit b483d36Copy full SHA for b483d36
1 file changed
iteration-for.ipynb
@@ -11,12 +11,14 @@
11
},
12
{
13
"cell_type": "markdown",
14
- "id": "74dd2195",
+ "id": "c25efd91",
15
"metadata": {},
16
"source": [
17
- ":::{warning} 고민 사항\n",
+ ":::{seealso} \n",
18
"\n",
19
- "이전 장에서 다룬 함수를 잘 활용하도록 해야 함.\n",
+ "1. 본문 코드 실행: [(Google Colab) for 반복문](https://colab.research.google.com/github/codingalzi/code-workout-python/blob/master/iteration-for.ipynb)\n",
20
+ "\n",
21
+ "2. 연습문제 해답과 해설: [(연습) for 반복문](https://colab.research.google.com/github/codingalzi/code-workout-python/blob/master/practices/practice-iteration-for.ipynb)\n",
22
":::"
23
]
24
0 commit comments