Send Feedback
What is the output of the following code?
My_list=[2, 'end', 6, 2, 2, 'def', 14]
My_list.remove(2)
My_list.remove(2)
My_list.insert(-1, "aaaa")
print(My_list)
Answers
Answered by
0
Answer:
Answer:
Similar questions
Math,
4 months ago
Computer Science,
4 months ago
English,
8 months ago
English,
8 months ago
Chemistry,
1 year ago