Which of the following is the correct way to have Karel paint a red square using the paint function?



paint_red()

paint_color.red()

paint(color["red"])

paint(color[red])