Dear Sir/Madam,<br><br>I am  new to python I have a question. It is as follows:<br><br>Suppose <i><b>s</b></i> is a variable and <i><b>s</b></i> stores empty string<br><br>s=""<br>Now if we write following statement <br>

<br><br>print(s[0])      # it gives error<br><br><br>print(s[0:])    # it does not give error  <br>print (s[13:13])   # this too does not give erro<br>why?<br><br><br><br>Regards,<br>Nitin