Function and turtle help
Scott W Dunning
swdunning at cox.net
Fri Feb 21 20:39:10 EST 2014
More information about the Python-list mailing list
Fri Feb 21 20:39:10 EST 2014
- Previous message (by thread): Function and turtle help
- Next message (by thread): Function and turtle help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Feb 20, 2014, at 11:30 PM, Dave Angel <davea at davea.name> wrote: > Look at turtle.begin_fill and turtle.end_fill > > That's after making sure your star is a closed shape. So, this is what I have so far and it “works” but, it fills in the star with black and as you can see below I am trying to fill it in with red. So I’m obviously messing up somewhere. def fillcolor(red): pencolor() begin_fill() star(500) end_fill() red = pencolor fillcolor(red) Scott
- Previous message (by thread): Function and turtle help
- Next message (by thread): Function and turtle help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list