Blog

What is the output of the code below?

tuple = (“John”, “Doe”, “Jane”, [9, 8])
tuple[1] + tuple[3][1]