Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What will be the outcome of the following code?
my_data = {1 , 2 , [3 , 4]}
A set is created successfully.
TypeError: unhashable type: ’list’
TypeError: unhashable type: ’set’
The list is automatically converted to a tuple.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!