String slicing allows you to extract a portion of a string.
It takes two parameters: the starting index and the ending index (optional). It returns a new string containing the extracted portion.
Let's perform such operations on the string "computer". It's structure is the following: