Pomiń element w rozumieniu listy
my_list = [i for i in my_list if i>=0]
Real Raccoon
my_list = [i for i in my_list if i>=0]