What is the possible output of the given code
segment:
L=[1,2,3,4,5)
L.pop()
print(L)
Answers
Answered by
0
Answer:
The output would be [1, 2, 3, 4]
Attachments:
![](https://hi-static.z-dn.net/files/d4e/fc4478a7a36a1eaf0d24f9e718785fc5.png)
Similar questions