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

If list=[‘red’ , ‘blue’ , ‘green’ , ‘yellow’] , what will be the output of :
        list.pop(‘blue’)
        print(list)​

About the author
Athena

2 thoughts on “If list=[‘red’ , ‘blue’ , ‘green’ , ‘yellow’] , what will be the output of :<br />        list.pop(‘blue’)<br />        print(list”

Leave a Comment