File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 711
711
" \n " ,
712
712
" print('물음표가있는 질문: {:.2f}%'.format(qmarks * 100))\n " ,
713
713
" print('수학 태그가있는 질문: {:.2f}%'.format(math * 100))\n " ,
714
- " print('질문이 가득 찼을 때 : {:.2f}%'.format(fullstop * 100))\n " ,
714
+ " print('마침표를 포함한 질문 : {:.2f}%'.format(fullstop * 100))\n " ,
715
715
" print('첫 글자가 대문자 인 질문: {:.2f}%'.format(capital_first * 100))\n " ,
716
716
" print('대문자가있는 질문: {:.2f}%'.format(capitals * 100))\n " ,
717
717
" print('숫자가있는 질문: {:.2f}%'.format(numbers * 100))"
1012
1012
"metadata" : {
1013
1013
"celltoolbar" : " Raw Cell Format" ,
1014
1014
"kernelspec" : {
1015
- "display_name" : " Python 2 " ,
1015
+ "display_name" : " Python 3 " ,
1016
1016
"language" : " python" ,
1017
- "name" : " python2 "
1017
+ "name" : " python3 "
1018
1018
},
1019
1019
"language_info" : {
1020
1020
"codemirror_mode" : {
1021
1021
"name" : " ipython" ,
1022
- "version" : 2
1022
+ "version" : 3
1023
1023
},
1024
1024
"file_extension" : " .py" ,
1025
1025
"mimetype" : " text/x-python" ,
1026
1026
"name" : " python" ,
1027
1027
"nbconvert_exporter" : " python" ,
1028
- "pygments_lexer" : " ipython2 " ,
1029
- "version" : " 2 .7.15 "
1028
+ "pygments_lexer" : " ipython3 " ,
1029
+ "version" : " 3 .7.3 "
1030
1030
}
1031
1031
},
1032
1032
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments