Answer:
See explaination
Explanation:
Let's define tuple as an immutable list of Python objects which means it can not be changed in any way once it has been created.
Take a look at the attached file for a further detailed and step by step solution of the given problem.