Computer Science, asked by Sonugoutam7934, 6 months ago

Ist=['red' , 'blue' , 'green' , 'yellow'] , what will be the output of :list.pop('blue')
print(list)

Answers

Answered by pratyushnishchal
1

Answer:

The program will return an error because pop is used to delete the last element of the list.

Thank you

Similar questions