Konwertuj negatyw na zero na liście w Python
[max(num, 0) for num in num_list]
NA RACE
[max(num, 0) for num in num_list]