2
Answers

There is a list a=["a","a","b"] i want to remove "a" from the list but

Photo of Baburao

Baburao

4y
460
1
Hi team, There is a list a=["a","a","b"] i want to remove "a" from the list but when i use . remove it removes only the first "a" how can i remove all a's from the list

Answers (2)