Nest this if-statement that checks if a color has red mixed in, based on its rgb value at index 0.
0
Make sure to pick if, followed by rgb_values[0] > 0, and finally :.
if
rgb_values[0] > 0
: