Computer Science, asked by nitikanaveen09, 6 months ago

list[:] output would be printing the

complete list minus first element
complete list
complete list minus last element​

Answers

Answered by sangeetabhanwar
1

Answer:

complete list

Explanation:

Blank List: [] List of numbers: [10, 20, 14] List Items Geeks Geeks ... and to print the whole List with the use of slicing operation, use [:].

Similar questions