Python удалить все Isntances из списка
a = [i for i in a if i != to_remove]
WizardX11
a = [i for i in a if i != to_remove]