What will be the result after the
execution of above Python code?
list1=(3,2,5,7,3,6]
list1.pop(3)
print(list)
(3,2,5,3,6]
[2,5,7,3,6]
[2,5,7,6]
[3,2,5,7,3,6]
Answers
Answered by
0
Answer:
just ask it to your tutor ....
Similar questions
Computer Science,
1 month ago
English,
1 month ago
Geography,
1 month ago
Math,
4 months ago
History,
10 months ago