Blog

What is the output for the code below?

tuple = (‘a’, ‘b’, ‘r’, ‘j’)
Tuple[1:2]