getting-started-strings/script.rst
changeset 514 ca9d084d0c87
parent 513 c1f89e89d89c
child 515 0eaf233cb64f
equal deleted inserted replaced
513:c1f89e89d89c 514:ca9d084d0c87
    30 strings.
    30 strings.
    31 
    31 
    32 {{{ Show the slide containing the outline }}}
    32 {{{ Show the slide containing the outline }}}
    33 
    33 
    34 In this tutorial, we will look at what we really mean by strings, how
    34 In this tutorial, we will look at what we really mean by strings, how
    35 python supports the use of strings and some of the operations that can
    35 Python supports the use of strings and some of the operations that can
    36 be performed on strings. 
    36 be performed on strings. 
    37 
    37 
    38 {{{ Shift to terminal and start ipython }}}
    38 {{{ Shift to terminal and start ipython }}}
    39 
    39 
    40 To begin with let us start ipython, by typing::
    40 To begin with let us start ipython, by typing::