filmov
tv
Python Programming| String slicing: start, stop, step size in string slicing, with examples.

Показать описание
In this video we look at how string slicing -- the act of getting sub-strings from a large string -- works in Python. We see the usage of start, stop and step size in the slicing statement and also see the default values of these parameters.