Skip to content

Commit 5f855a4

Browse files
committed
5.2 modify print source
1 parent 2194daa commit 5f855a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

5.TEXT_SIM/5.2.EDA&preprocessing.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@
711711
" \n",
712712
"print('물음표가있는 질문: {:.2f}%'.format(qmarks * 100))\n",
713713
"print('수학 태그가있는 질문: {:.2f}%'.format(math * 100))\n",
714-
"print('질문이 가득 찼을 때: {:.2f}%'.format(fullstop * 100))\n",
714+
"print('마침표를 포함한 질문: {:.2f}%'.format(fullstop * 100))\n",
715715
"print('첫 글자가 대문자 인 질문: {:.2f}%'.format(capital_first * 100))\n",
716716
"print('대문자가있는 질문: {:.2f}%'.format(capitals * 100))\n",
717717
"print('숫자가있는 질문: {:.2f}%'.format(numbers * 100))"
@@ -1012,21 +1012,21 @@
10121012
"metadata": {
10131013
"celltoolbar": "Raw Cell Format",
10141014
"kernelspec": {
1015-
"display_name": "Python 2",
1015+
"display_name": "Python 3",
10161016
"language": "python",
1017-
"name": "python2"
1017+
"name": "python3"
10181018
},
10191019
"language_info": {
10201020
"codemirror_mode": {
10211021
"name": "ipython",
1022-
"version": 2
1022+
"version": 3
10231023
},
10241024
"file_extension": ".py",
10251025
"mimetype": "text/x-python",
10261026
"name": "python",
10271027
"nbconvert_exporter": "python",
1028-
"pygments_lexer": "ipython2",
1029-
"version": "2.7.15"
1028+
"pygments_lexer": "ipython3",
1029+
"version": "3.7.3"
10301030
}
10311031
},
10321032
"nbformat": 4,

0 commit comments

Comments
 (0)