Code a condition that uses > to check if the index 0 of the parameter rgb_values has a value greater than 0.
>
0
rgb_values
Make sure to type if rgb_values[0] > 0.
if rgb_values[0] > 0