File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1177711777 }
1177811778
1177911779 $ ( document ) . ready ( function ( ) {
11780- show = false ;
11780+ show = false ;
1178111781 $ ( 'div.output' ) . hide ( )
1178211782 } ) ;
1178311783</ script >
@@ -12021,7 +12021,7 @@ <h2 id="str.replace()"><code>str.replace()</code><a class="anchor-link" href="#s
1202112021< div class ="prompt input_prompt "> In [7]:</ div >
1202212022< div class ="inner_cell ">
1202312023 < div class ="input_area ">
12024- < div class =" highlight hl-ipython3 "> < pre > < span > </ span > < span class ="n "> my_string</ span > < span class ="o "> .</ span > < span class ="n "> replace</ span > < span class ="p "> (</ span > < span class ="s1 "> 'a'</ span > < span class ="p "> ,</ span > < span class ="s1 "> '?'</ span > < span class ="p "> )</ span >
12024+ < div class =" highlight hl-ipython3 "> < pre > < span > </ span > < span class ="n "> my_string</ span > < span class =" o " > = </ span > < span class =" n " > my_string </ span > < span class ="o "> .</ span > < span class ="n "> replace</ span > < span class ="p "> (</ span > < span class ="s1 "> 'a'</ span > < span class ="p "> ,</ span > < span class ="s1 "> '?'</ span > < span class ="p "> )</ span >
1202512025< span class ="nb "> print</ span > < span class ="p "> (</ span > < span class ="n "> my_string</ span > < span class ="p "> )</ span >
1202612026</ pre > </ div >
1202712027
@@ -12039,7 +12039,7 @@ <h2 id="str.replace()"><code>str.replace()</code><a class="anchor-link" href="#s
1203912039
1204012040
1204112041< div class ="output_subarea output_stream output_stdout output_text ">
12042- < pre > Python is my favorite programming language !
12042+ < pre > Python is my f?vorite progr?mming l?ngu?ge !
1204312043</ pre >
1204412044</ div >
1204512045</ div >
@@ -12071,7 +12071,7 @@ <h2 id="str.replace()"><code>str.replace()</code><a class="anchor-link" href="#s
1207112071
1207212072
1207312073< div class ="output_subarea output_stream output_stdout output_text ">
12074- < pre > Python will be my favorite programming language !
12074+ < pre > Python will be my f?vorite progr?mming l?ngu?ge !
1207512075</ pre >
1207612076</ div >
1207712077</ div >
You can’t perform that action at this time.
0 commit comments