Question 4
Evaluate:
Hint
Evaluate each substring value in the expression.
Key:
'string'[val]produces the character in indexvalfrom'string'.'string'[start:stop:step]: start from the character at indexstart, stop before the character at indexstop, and include characters in accordance to thestepvalue (1 by default)