File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11777
11777
}
11778
11778
11779
11779
$ ( document ) . ready ( function ( ) {
11780
- show = false ;
11780
+ show = false ;
11781
11781
$ ( 'div.output' ) . hide ( )
11782
11782
} ) ;
11783
11783
</ script >
@@ -12021,7 +12021,7 @@ <h2 id="str.replace()"><code>str.replace()</code><a class="anchor-link" href="#s
12021
12021
< div class ="prompt input_prompt "> In [7]:</ div >
12022
12022
< div class ="inner_cell ">
12023
12023
< 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 >
12025
12025
< span class ="nb "> print</ span > < span class ="p "> (</ span > < span class ="n "> my_string</ span > < span class ="p "> )</ span >
12026
12026
</ pre > </ div >
12027
12027
@@ -12039,7 +12039,7 @@ <h2 id="str.replace()"><code>str.replace()</code><a class="anchor-link" href="#s
12039
12039
12040
12040
12041
12041
< 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 !
12043
12043
</ pre >
12044
12044
</ div >
12045
12045
</ div >
@@ -12071,7 +12071,7 @@ <h2 id="str.replace()"><code>str.replace()</code><a class="anchor-link" href="#s
12071
12071
12072
12072
12073
12073
< 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 !
12075
12075
</ pre >
12076
12076
</ div >
12077
12077
</ div >
You can’t perform that action at this time.
0 commit comments