turtle.fillcolor(*args)
Return or set the fillcolor.
Four input formats are allowed:
fillcolor() Return the current fillcolor as color specification string, possibly in tuple format (see example). May be used as input to another color/pencolor/fillcolor call.
fillcolor(colorstring) Set fillcolor to colorstring, which is a Tk color specification string, such as "red", "yellow", or "#33cc8c".
fillcolor((r, g, b)) Set fillcolor to the RGB color represented by the tuple of r, g, and b. Eac