Skip to content

Commit 6a70914

Browse files
committed
Update iteration-for.ipynb
1 parent 5548c8c commit 6a70914

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

iteration-for.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@
996996
},
997997
{
998998
"cell_type": "code",
999-
"execution_count": 22,
999+
"execution_count": 1,
10001000
"id": "2d2b1743-7382-4f5c-af41-a99e816f2029",
10011001
"metadata": {},
10021002
"outputs": [
@@ -1015,8 +1015,7 @@
10151015
],
10161016
"source": [
10171017
"for i in range(11, 0, -2):\n",
1018-
" if i % 2 == 1:\n",
1019-
" print(f\"{i} 은(는) 홀수\")"
1018+
" print(f\"{i} 은(는) 홀수\")"
10201019
]
10211020
},
10221021
{

0 commit comments

Comments
 (0)