Computer Science, asked by akshaybhardwaj987154, 4 months ago

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 vaibhavi855
0

Answer:

just ask it to your tutor ....

Similar questions