Python 2.2 Pritam
Python 2.2 Pritam
WORKSHEET 2.2
Source Code :
Output:
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING
Program 2: Write a Python program to print a specified list after removing the
0th , 4th and 5th elements, Sample List : ['Red', 'Green', 'White', 'Black', 'Pink',
'Yellow'], Expected Output : ['Green', 'White', 'Black']
Source Code :
Output: