Skip to content

Commit 1a978a5

Browse files
committed
Update functions.ipynb
1 parent c81157e commit 1a978a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

functions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,12 +2894,12 @@
28942894
},
28952895
{
28962896
"cell_type": "code",
2897-
"execution_count": 2,
2897+
"execution_count": null,
28982898
"metadata": {},
28992899
"outputs": [],
29002900
"source": [
29012901
"def rot(char, turn=13):\n",
2902-
" # turn이 1 이상 25 이하가 아닐 때는 원래 문자를 반환\n",
2902+
" # turn이 1 이상 25 이하가 아닐 때는 바로 원래 문자를 반환\n",
29032903
" if not (1 <= turn <= 25):\n",
29042904
" return char\n",
29052905
"\n",

0 commit comments

Comments
 (0)