In this video,, you will learn to get the characters from the string.
You will also learn a very important topic i.e. string slicing.
we use the syntax:
[ start_index : end_index : step ]
to extract or slice the string, where
default values for
start_index is 0,
end_index is len(str) and
step is 1.
https://www.prowessapps.in/python
Write your queries at:
daneyallari@gmail.com
prowessapps.in@gmail.com
Please like, comment, share and subscribe.
Thank You
#daneyallari #python #pythonByDaneyalLari