Computer Science, asked by sanchisrivastava79, 1 month ago

>>> a = [1, 2, 3, 4, 5)
>>> a[1:-1] = []
A. [1,1], 5]
B. [1,5]
C. [2,3,4]
D. [1]​

Answers

Answered by abhiramdatti
0

The answer is

C. [2,3,4]

Similar questions