Question
What does `text[1:4]` return?
tap to flip
Answer
Characters at indices 1, 2 and 3 (end is exclusive)