Slicing is used to get more than one character from a string. Its syntax is similar to that of indexing, but instead of just one index, you give two indices (numbers) separated by a colon e.g. str[ind1:ind2]

Use slicing to get "Python" from the "monty_python"