Question 10
What is the output of the following code?
Hint
Try adding an element into a tuple.
Solution
You can't add any new elements into a tuple once it is defined.
Trying to do so will raise an AttributeError:
Answer
Executing this code yields an error