How to change a negative number to zero in python without using decision structures August 3, 2023 by Tarik Can you use built-in functions? Because this is normally done using: max(0, points)