Search for question
Question

1. Select the right way to access value 20 from the following tuple: Tuple ("Orange", [10, 20, 30], (5, 15, 25)) a) Tunle[1:2][1] b) Tuple [1:2](1) c) Tuple[1:2][:1] d) Tuple[1][1]

Fig: 1