Skip to content

Commit

Permalink
00 / 20 : add links to escape sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee authored and beachdweller committed Mar 23, 2024
1 parent d6eb8f1 commit bb888fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 00_introduction/20_python_review.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,16 @@
"# Try Exception Block 끝\n"
]
},
{
"cell_type": "markdown",
"source": [
"Escape sequence<br>\n",
"* Reference : https://docs.python.org/3/reference/lexical_analysis.html#escape-sequences\n",
"* 참고 : http://www.ktword.co.kr/test/view/view.php?no=481\n",
"\n"
],
"metadata": {}
},
{
"cell_type": "code",
"source": [
Expand Down

0 comments on commit bb888fd

Please sign in to comment.