Print a specified list after removing certain user specified elements in python

preview_player
Показать описание
Write a Python program to print a specified list after removing the 0th, 2nd, 4th and 5th elements.
Print a specified list after removing certain user specified elements in python

Рекомендации по теме
Комментарии
Автор

Hello sir,
I really like your video,
App video me bhuot acchse padate hai
easy to understand
Thanknyou🙂

pragatijagtap
Автор

bhai yeh pdf file book link to share kar da plz

zainqadir-yddp
Автор

no man its not working
my code--
color = ['Red', 'Green', 'White', 'Black', 'Pink', 'Yellow']
print(f"Origina lists :{color}")
for item in color:
if item not in (0, 2, 5):
print(item, end=", ")

lovelyarnab
Автор

if i take list of elements from user it is not working

earthrovers
visit shbcf.ru