Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is theoutput of the Python code below?
What is the
output of the Python code below?
my_list= [3, 2, 1]print(my_list)
my_list
= [3, 2, 1]
[3,2, 1]
[3,
2, 1]
syntaxerror
syntax
error
0
{3,2, 1}
{3,
2, 1}
None
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!