The problem discussed in this video will boost your skills to use the slicing feature in Python.
The problem is to find out incremental and reverse incremental slices of a string.
For example if the string is 'soccer' then the incremental slices are -
's', 'so', 'soc', 'socc', 'socce', 'soccer'
and the reverse incremental slices are -
'r', 're', 'rec', 'recc', 'recco', 'reccos'
**** I strongly recommend you watch this video till the end. ***
This video will help you develop the skills of string slicing in Python which if you master then you can do wonders when it comes to solving complex problems using Python.
I also recommend that you watch the video which I made on Slicing in Python as it contains so many examples to build your foundation.
• How to do slicing of lists and string...
Also, if you haven't subscribed to my channel yet then hit the subscribe button as well as the bell icon because that way you will grow in python quite quickly.
*********************
Watch the complete playlist of Python programming and Python interview questions here -
• python programming
****************
For more videos from Joey'sTECH refer to the below playlists
****************
Python one-liners
• python one-liners
Dynamic programming problems
• Dynamic Programming Tutorial | Beginn...