Write a python program, from the given list. [7,8,9,10,6,5] Find (a) insert (3,11) append (50) (b) extend (22,33) (c) de
Posted: Fri May 20, 2022 1:42 pm
Write a python program, from the given list. [7,8,9,10,6,5] Find (a) insert (3,11) append (50) (b) extend (22,33) (c) delete (1) (d)