I've created a program with turtle graphics that has 3 functions. One draws rectangles, one draws squares and one sets the position.
I'd like to create a function that fills in the shapes with different colours. I know about begin fill and end fill... but I would really like to create a function that does it. Any help would be appreciated!